Re: [perl #32996] Register coloring not dirtying registers for method calls properly

2004-12-10 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: > The register coloring algorithm's not dirtying registers right, and > looks to be assuming that things are in registers across method calls > when they really aren't. Fixed and thanks for the test case, leo

Re: [perl #32996] Register coloring not dirtying registers for method calls properly

2004-12-10 Thread Leopold Toetsch
Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Dan Sugalski <[EMAIL PROTECTED]> wrote: >> The register coloring algorithm's not dirtying registers right, > There are still some compatibility hooks inside parrot that set P1 on > the caller's end (or on both sides). I'll remove this remenants RSN. L

Re: [perl #32996] Register coloring not dirtying registers for method calls properly

2004-12-10 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: > The register coloring algorithm's not dirtying registers right, There are still some compatibility hooks inside parrot that set P1 on the caller's end (or on both sides). I'll remove this remenants RSN. leo

[perl #32996] Register coloring not dirtying registers for method calls properly

2004-12-10 Thread via RT
# New Ticket Created by Dan Sugalski # Please include the string: [perl #32996] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=32996 > The register coloring algorithm's not dirtying registers right, and looks to be assu