This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC internals
- From: Michael S. Zick <mszick at goquest dot com>
- To: <gcc at gnu dot org>
- Date: Sun, 14 Jul 2002 08:06:53 -0500
- Subject: Re: GCC internals
- References: <002a01c22b1f$9ae0a7b0$023a0f50@david>
On Sunday 14 July 2002 05:17 am, David Raingeard wrote:
> Hello,
>
> I am working on adding precompiled headers to gcc 3.0.3. (maybe this has =
> no use for you, but it has for me). I am able to save the preprocessor =
> state, but have no clue on how I can save the rest of the compiler =
> state. Since I wasn't able to find any documentation about gcc internal =
> structures, could you please help me ?
>
> Thanks for your help
> David
Folks,
A moment please, so I may display my ignorance of compiliers...
Would it be possible, practical (or even useful) to be able to save and
restart the RTL representation?
Mike