Re: [perl #31726] [PATCH] non-branching compare opcodes - JIT

2004-10-04 Thread Leopold Toetsch
Stephane Peiry [EMAIL PROTECTED] wrote: These two patches add jit support for iscompare style ops (isgt, isge, isle, islt, iseq, isne) on integers for the sun/sparc platform. Thanks, applied. leo

Re: [perl #31726] [PATCH] non-branching compare opcodes - JIT

2004-10-02 Thread Stephane Peiry
These two patches add jit support for iscompare style ops (isgt, isge, isle, islt, iseq, isne) on integers for the sun/sparc platform. The jitted code follows this pattern: cmp %r2, %r3 bc,a next mov 1, %r1 mov 0, %r1 next: .. c

Re: [perl #31726] [PATCH] non-branching compare opcodes - JIT

2004-10-02 Thread Stephane Peiry
Sorry the previous core.jit patch for sun contained a typo. The correct patch file is attached here again. Thanks! Stephane On Sun, Sep 26, 2004 at 02:40:29AM -0700, Leopold Toetsch wrote: The integer and number variants of these opcodes could need JIT support. Index: jit/sun4/core.jit