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

[perl #42861] [BUG] config.pir broken in installed parrot

2007-05-02 Thread Yehoshua Sapir
# New Ticket Created by "Yehoshua Sapir" # Please include the string: [perl #42861] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42861 > This has a lot to do with tickets #42558 and #34994: (there's q

Re: [perl #42558] [RESOLVED] [PATCH] add runtime_prefix for interpinfo and use it in config.pir

2007-04-27 Thread Yehoshua Sapir
On 4/27/07, Yehoshua Sapir <[EMAIL PROTECTED]> wrote: See #34994: http://rt.perl.org/rt3/Ticket/Display.html?id=34994 (I tried to reply earlier to #34994 on RT but I guess that wasn't the right way to do it.) Anyway, there seems to be a long discussion about this at #34994. I&#

Re: [perl #42558] [RESOLVED] [PATCH] add runtime_prefix for interpinfo and use it in config.pir

2007-04-27 Thread Yehoshua Sapir
See #34994: http://rt.perl.org/rt3/Ticket/Display.html?id=34994 (I tried to reply earlier to #34994 on RT but I guess that wasn't the right way to do it.) Anyway, there seems to be a long discussion about this at #34994. I've now tried running make reallyinstall . The runtime prefix returned is

Re: [perl #42300] [PATCH] t/pmc/sub.t: test for creation of lex by clone op

2007-04-26 Thread Yehoshua Sapir
On 4/26/07, Matt Diephouse via RT <[EMAIL PROTECTED]> wrote: First, the test (rearranged to include only the relevant parts): +.sub main :main +.local string ok, not_ok +ok = "ok" +not_ok = "not ok" + +# if 'not ok' is printed, it means that the lexical environment +# for th

[perl #42558] [PATCH] add runtime_prefix for interpinfo and use it in config.pir

2007-04-16 Thread Yehoshua Sapir
# New Ticket Created by "Yehoshua Sapir" # Please include the string: [perl #42558] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42558 > Without this patch, for runtime/parrot/library/config.pir to work, par

[perl #42299] $P symbolic register allocation bug

2007-04-04 Thread Yehoshua Sapir
# New Ticket Created by "Yehoshua Sapir" # Please include the string: [perl #42299] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42299 > --- osname= linux osvers= 2.6.16-gentoo-r6 arch= i686-linux cc=

[perl #42300] [PATCH] t/pmc/sub.t: test for creation of lex by clone op

2007-04-04 Thread Yehoshua Sapir
# New Ticket Created by "Yehoshua Sapir" # Please include the string: [perl #42300] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42300 > --- t/pmc/sub.t 2007-04-04 17:20:12.0 +0300 +++ t/pmc/sub.new

Re: [perl #42299] AutoReply: $P symbolic register allocation bug

2007-04-04 Thread Yehoshua Sapir
Coke has reported on IRC that the code doesn't fail for him, with OS X/intel/HEAD.