[perl #31647] Segfault when calling dynamically compiled code from dynamically compiled code

2004-09-21 Thread via RT
# New Ticket Created by Matt Diephouse # Please include the string: [perl #31647] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=31647 > --- osname= darwin osvers= 7.0 arch= darwin-thread-multi-2level cc= cc --- F

Re: [perl #31647] Segfault when calling dynamically compiled code from dynamically compiled code

2004-09-21 Thread Leopold Toetsch
Matt Diephouse <[EMAIL PROTECTED]> wrote: > The following PIR segfaults. However, if you switch the order and call > builtin before dynamic, it runs smoothly. Ah, yep. The switching to the new bytecode segment happened twice, with messed up returning properly. Thanks, fixed. leo

misc remarks WRT YAPC::EU

2004-09-21 Thread Leopold Toetsch
First I'd like to thank all who donated to TPF: a shiny new 12" Powerbook G4 ran the presentation in Belfast. Thanks to Allison bringing it with her and to TPF. The speed comparison of b2.py was done with an unoptimized Parrot build. Turning on --optimize gives 0.35s vs 0.6s (Parrot vs Python)

[perl #31657] [TODO] Convert IMCC/Bugs to RT Tickets

2004-09-21 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31657] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=31657 >

[perl #31634] [BUG] -G masking parrot failure from TCL

2004-09-21 Thread Will Coleda via RT
Dan's recent patch to io/io_buf.c seems to have resolved this particular issue. Thanks, Dan! > [coke - Sun Sep 19 00:48:26 2004]: > > Just committed some patches to languages/tcl to make it start passing > all tests again. > > However, one of my patches was to force the tests to /always/ run wit

Re: misc remarks WRT YAPC::EU

2004-09-21 Thread H.Merijn Brand
On Tue 21 Sep 2004 15:43, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > First I'd like to thank all who donated to TPF: a shiny new 12" > Powerbook G4 ran the presentation in Belfast. Thanks to Allison bringing > it with her and to TPF. > > The speed comparison of b2.py was done with an unoptimiz

[perl #31659] [PATCH] Parrot m4 0.0.8

2004-09-21 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #31659] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=31659 > Hi, this revision of Parrot m4 has no new features. Sorry, it isn't ready f

Re: [perl #31652] [TODO] Win32 - Microsoft Visual C++ Toolkit 2003

2004-09-21 Thread William Coleda
Thanks! I just cut and pasted this from TODO.win32 - you might want to ping the list, as I have no idea who requested the original item. =-) Jonathan Worthington via RT wrote: [coke - Mon Sep 20 18:35:04 2004]: Provide setup and build instructions for Microsoft Visual C++ Toolkit 2003 (http://msdn

[perl #31662] [RFE] Allow PIR to declare/init .locals in one line

2004-09-21 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31662] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=31662 > It would be nice if we had some syntactic sugar in PIR, such that: .sub main @MAIN

[perl #31665] [BUG] incorrect line number reported during compilation

2004-09-21 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31665] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=31665 > I just spent an hour or so chasing my tail trying to figure out where an error in my