Bruno Medeiros wrote: > Whoa, I got a bit confused here. Is any reference that is held in the > stack automatically pinned (i.e., the referred data doesn't move) ? Yes. > If so, why is that, why wouldn't a moving collector move it? Because then you'd have to track all the register contents instruction by instruction.