GC tweaks

Henry Cejtin henry@sourcelight.com
Thu, 28 Jun 2001 19:20:25 -0500


The base of memory (from and to space) is aligned mod 4, so if all objects
are aligned mod 4, then everything will be aligned mod 4, right?  Am I missing
something?
(The base is aligned because it comes from mmap which means it is page-aligned,
and so is 0 mod 4096.)