[gccgo] Mark memory which can not contain pointers

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


This patch uses a different allocation routine for memory which can not
contain pointers (e.g., []byte).  The marking already exists in the
memory allocator, this just changes the compiler to use it.  This is in
preparation for garbage collection.  Committed to gccgo branch.

Ian

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


More information about the Gcc-patches mailing list