Re: Building an incomplete code generator into Parrot

2005-04-24 Thread Leopold Toetsch
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Well I started the AMD64 code generator. I don't have much available yet -- > just enough for what seems to be necessary to run anything at all. > Parrot_jit_begin makes calls to MOV instructions that are implemented, and I > have a NOP implemented.

Building an incomplete code generator into Parrot

2005-04-23 Thread rocko
Well I started the AMD64 code generator. I don't have much available yet -- just enough for what seems to be necessary to run anything at all. Parrot_jit_begin makes calls to MOV instructions that are implemented, and I have a NOP implemented. Is this the bare minimum? I was hoping for some ins