Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
[TODO] non-branching compare opcodes - JIT
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Leopold Toetsch  
View profile  
 More options Sep 26 2004, 5:40 am
Newsgroups: perl.perl6.internals
From: parrotbug-follo...@parrotcode.org (Leopold Toetsch)
Date: Sun, 26 Sep 2004 02:40:29 -0700
Local: Sun, Sep 26 2004 5:40 am
Subject: [perl #31726] [TODO] non-branching compare opcodes - JIT
# New Ticket Created by  Leopold Toetsch
# Please include the string:  [perl #31726]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31726 >

The integer and number variants of these opcodes could need JIT support.

Thanks,
leo


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "[PATCH] non-branching compare opcodes - JIT" by Stephane Peiry
Stephane Peiry  
View profile  
 More options Oct 2 2004, 7:31 am
Newsgroups: perl.perl6.internals
From: steph...@modxml.org (Stephane Peiry)
Date: Sat, 2 Oct 2004 13:31:22 +0200
Local: Sat, Oct 2 2004 7:31 am
Subject: Re: [perl #31726] [PATCH] non-branching compare opcodes - JIT

These two patches add jit support for is<compare> style ops (isgt, isge, isle,
islt, iseq, isne) on integers for the sun/sparc platform.

The jitted code follows this "pattern":

           cmp     %r2, %r3
           b<c>,a  next
           mov     1, %r1
           mov     0, %r1
    next:  ..

<c> defining the branch condition.
Thanks,
Stéphane

  jit.sun4.core.jit.patch
3K Download

  jit.sun4.jit_emit.h.patch
1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephane Peiry  
View profile  
 More options Oct 2 2004, 7:56 am
Newsgroups: perl.perl6.internals
From: steph...@modxml.org (Stephane Peiry)
Date: Sat, 2 Oct 2004 13:56:22 +0200
Local: Sat, Oct 2 2004 7:56 am
Subject: Re: [perl #31726] [PATCH] non-branching compare opcodes - JIT

Sorry the previous core.jit patch for sun contained a typo. The correct
patch file is attached here again.
Thanks!
Stephane

  jit.sun4.core.jit.patch
3K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Leopold Toetsch  
View profile  
 More options Oct 4 2004, 8:07 am
Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Mon, 4 Oct 2004 14:07:29 +0200
Local: Mon, Oct 4 2004 8:07 am
Subject: Re: [perl #31726] [PATCH] non-branching compare opcodes - JIT

Stephane Peiry <steph...@modxml.org> wrote:
> These two patches add jit support for is<compare> style ops (isgt,
> isge, isle, islt, iseq, isne) on integers for the sun/sparc platform.

Thanks, applied.
leo

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »