Re: [perl #32418] Re: [PATCH] Register allocation patch - scales better to more symbols

2004-11-23 Thread Dan Sugalski
At 4:02 PM +0100 11/23/04, Leopold Toetsch wrote: Dan Sugalski wrote: The parrot I have, which is a day or two out of date, takes 7m to churn through one of my pir files. With this patch, I killed the run at 19.5 minutes. One more note: be sure to compile Parrot optimized - the new reg_alloc.c h

Re: [perl #32418] Re: [PATCH] Register allocation patch - scales better to more symbols

2004-11-17 Thread Dan Sugalski
At 11:35 AM +0100 11/17/04, Leopold Toetsch wrote: Dan Sugalski wrote: Okay. I'll apply it and take a shot. May take a few hours to get a real number. How does it look like? Any results already? Nope, haven't had time, unfortunately. Work's been busy. Today, if I get lucky. --

Re: [perl #32418] Re: [PATCH] Register allocation patch - scales better to more symbols

2004-11-17 Thread Leopold Toetsch
Dan Sugalski wrote: Okay. I'll apply it and take a shot. May take a few hours to get a real number. How does it look like? Any results already? Thanks, leo

Re: [perl #32418] Re: [PATCH] Register allocation patch - scales better to more symbols

2004-11-15 Thread Dan Sugalski
At 5:32 PM +0100 11/15/04, Leopold Toetsch wrote: Dan Sugalski <[EMAIL PROTECTED]> wrote: > At 4:08 PM +0100 11/15/04, Leopold Toetsch wrote: >>Anyway: are there already numbers from the big evil subs? I'd love to see 'em. (Or if you're asking if I've applied this and tried it, the answer's no.

Re: [perl #32418] Re: [PATCH] Register allocation patch - scales better to more symbols

2004-11-15 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: > At 4:08 PM +0100 11/15/04, Leopold Toetsch wrote: >>The old allocator took three colors. > Sweet. To be precise, it used 3 colors with the pre-allocation hack turned on that colored temps. W/o that it also used 2 colors. >>Anyway: are there already numb

Re: [perl #32418] Re: [PATCH] Register allocation patch - scales better to more symbols

2004-11-15 Thread Dan Sugalski
At 4:08 PM +0100 11/15/04, Leopold Toetsch wrote: [ x4.patch ] The register allocator seems to do a great jub. It does e.g. color a diamond-like interference graph correctly with two colors only: x / \ w z \ / y (the lines denote an i

Re: [perl #32418] Re: [PATCH] Register allocation patch - scales better to more symbols

2004-11-15 Thread Leopold Toetsch
[ x4.patch ] The register allocator seems to do a great jub. It does e.g. color a diamond-like interference graph correctly with two colors only: x / \ w z \ / y (the lines denote an interference - BTW you might create some PIR could

[perl #32418] Re: [PATCH] Register allocation patch - scales better to more symbols

2004-11-12 Thread via RT
# New Ticket Created by Bill Coffman # Please include the string: [perl #32418] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=32418 > Failed Test Stat Wstat Total Fail Failed List of Failed ---