[Mono-list] PowerPC JIT

Carlos Valiente yo@virutass.net
26 Aug 2002 17:27:01 +0100


On Mon, 2002-08-26 at 16:27, Paolo Molaro wrote:
> You'll have to use a different regset for FP registers:
I'll do that

> In mono_linear_scan() there are two hardcoded x86 registers, but it's so
> easy to remove them: make it an argument to the function (as a bitmap)
> and you're done. The function is called from emit-x86.c, so your
> customized call will be in emit-ppc.c and it'll use whatever registers
> are correct for that arch.
I'll send the patch to the list tomorrow (I've got no Intel box here at
home to check it)

Carlos