dotgnu-libjit
[Top][All Lists]
Advanced

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

Re: [Dotgnu-libjit] Libjit patch - x86 register pairs


From: MikyT
Subject: Re: [Dotgnu-libjit] Libjit patch - x86 register pairs
Date: Wed, 21 Oct 2009 10:08:32 +0200

10/21 Aleksey Demakov <address@hidden>:
> Hi Michele,
> [...]
> Where the existing code
> does not work?

When working with long values, that need two registers to be stored,
there are cases when the other_reg value is -1, while it should be
something different.
Other_reg should be the other_reg associated to the first reg (that is
_jit_reg_info[reg].other_reg). If it's -1, the x86_mov_reg_membase
produces wrong code.

Bye
Michele




reply via email to

[Prev in Thread] Current Thread [Next in Thread]