Re: Parrot src/jit/.../jit_emit.h

2007-05-03 Thread Leopold Toetsch
Am Mittwoch, 2. Mai 2007 21:25 schrieb Yehoshua Sapir: > I'm working on ticket #38929 > ( http://rt.perl.org/rt3//Public/Bug/Display.html?id=38929 ) > > As far as I can tell, there's a JIT_EMIT #define that the .c files set > before they #include jit_emit.h, and what it does is switch out parts of

Parrot src/jit/.../jit_emit.h

2007-05-02 Thread Yehoshua Sapir
I'm working on ticket #38929 ( http://rt.perl.org/rt3//Public/Bug/Display.html?id=38929 ) As far as I can tell, there's a JIT_EMIT #define that the .c files set before they #include jit_emit.h, and what it does is switch out parts of jit_emit.h. What is this good for? (This is important for me