[gccgo] Register global memory for garbage collector

Ian Lance Taylor iant@google.com
Fri Jul 23 20:45:00 GMT 2010


This patch to the startup code arranges to register global memory for
Go's garbage collector.  This is how the garbage collector finds global
variables.  This will likely be replaced with code to register specific
global variables which may contain pointers into the heap, rather than
scanning all of global memory.  Committed to gccgo branch.

Ian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: text/x-diff
Size: 3209 bytes
Desc: globals
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20100723/b708088f/attachment.bin>


More information about the Gcc-patches mailing list