[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Meaning of VRELOCABLE and VNONRELOC
- From: Dibyendu Majumdar <mobile@...>
- Date: Fri, 9 Jan 2015 22:11:13 +0000
On 9 January 2015 at 12:09, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
>
> VRELOCABLE means that the value of an expression is generated by an
> instruction that can put the result anywhere (e.g., OP_ADD, where A
> specifies where to put the result). In that case, 'info' is that
> instruction. VNONRELOC means that the value is already in some fixed
> register; in that case, 'info' is that register.
Thanks for the explanation. Reading the code is my understanding
correct that in case of VRECOLABLE a register is allocated later to
the instruction?
>
> PS: please do not write as if the subject were part of your message.
Sure.
Regards
Dibyendu