This is the mail archive of the gcc-patches@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]

Re: g77 garbage collection work


Hi

There's approx. 32 local "static tree" variables which
are not handled by this patch which need to be registered
as GC tree roots.

You can find them easily by running (grep -n " static tree" *.c")
there are about 9 in com.c and the rest are in ste.c

Graham


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