Am Mittwoch, 31. Januar 2007 12:00 schrieb Klaas-Jan Stol:
> So, my question is now, why do we still need the PASM registers

PASM registers are physically allocated within the Parrot virtual machine.
PIR registers are virtual registers, like .local variable w/o a name. The 
register allocator assign PIR regs/vars to physical registers.

We need both kinds for PIR.

leo

Reply via email to