This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Disabling GGC


On Sat, Mar 8, 2008 at 11:27, Paul <ymousnw2@aol.com> wrote:

>  What would be the easiest way to make sure that some copy of each
>  "struct function," is retained throughout the entire execution of the
>  GCC compilation?

Use a newer version of GCC.  Mainline or a 4.3 snapshot would work.
GCC now keeps the whole callgraph in memory in SSA form.


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]