Re: Meaning of VRELOCABLE and VNONRELOC
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Meaning of VRELOCABLE and VNONRELOC
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2015年1月12日 11:58:05 -0200
> 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