GC tweaks

Matthew Fluet mfluet@intertrust.com
Thu, 28 Jun 2001 17:28:45 -0700 (PDT)


> > 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?
>
> No.  I agree.

But, the thing to keep in mind is that an entire stack is an object.  So
the bottom of the stack will be aligned mod 4, but nothing changes the
relative positions of the objects on the stack.