On Wed, Nov 14, 2001 at 01:11:54PM -0500, Dan Sugalski wrote: > >Correction (and please correct this correction if I'm wrong): > >An INTVAL should never get a /native/ pointer in it. However, when we do > >relitave or absolute jumps in parrot code, the destination is an INTVAL.
Is this really going to remain true ? That absolute jumps on Ix registers will remain relative to the start of the current bytecode section ? (Since INTVAL is not going to contain a pointer, jump Ix cannot be equivalent to pc = (opcode *)Ix). -- Jason