Re: In need of somebody who wrote a jit_emit.h implementation

2005-07-20 Thread Leopold Toetsch
On Jul 21, 2005, at 7:01, [EMAIL PROTECTED] wrote: I've been slowing banging away at an x86_64 code generator. I'm just trying to get the basics down for now, generating NOP's; but even that's nontrivial. While compiling my code additions into Parrot, I've been running into this and that.

In need of somebody who wrote a jit_emit.h implementation

2005-07-20 Thread rocko
I've been slowing banging away at an x86_64 code generator. I'm just trying to get the basics down for now, generating NOP's; but even that's nontrivial. While compiling my code additions into Parrot, I've been running into this and that. This function is redefined a million times, while that on