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
Message from discussion JIT & branches under the Sun
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
 
Stephane Peiry  
View profile  
 More options Feb 12 2004, 4:48 pm
Newsgroups: perl.perl6.internals
From: steph...@modxml.org (Stephane Peiry)
Date: Thu, 12 Feb 2004 22:07:28 +0100
Local: Thurs, Feb 12 2004 4:07 pm
Subject: JIT & branches under the Sun

Hi All,

While playing with JIT on Suns, I've found out that the following pasm code:

          set   I1, 2
   LOOP:  sub   I1, 1
          if    I1, LOOP
          print "end\n"
          end

never finishes.. that is: parrot -j loop.pasm hangs forever (never printing
'end') while the non-jitted "parrot loop.pasm" prints 'end' and finishes
there as expected.

Can anybody give me some hints as to what is going on there? :)
Thanks,
Stephane

PS.: placing a 'print I1' within the loop resolves the problem, both jitted
and non jitted finishing properly in that case. Instead 'noop', 'set <some>'
or else within the loop dont help the jitted case and hangs again..

  loop.pasm
< 1K Download

  myconfig
< 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.