lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Thanks for the explanation. Reading the code is my understanding
> correct that in case of VRECOLABLE a register is allocated later to
> the instruction?

Only when needed. Sometimes the instruction is fixed to a previously
allocated register (e.g., a local variable).

-- Roberto