Re: ad #22717: CPS and more

2003-06-22 Thread Leopold Toetsch
Dan Sugalski wrote: At 8:25 PM +0200 6/19/03, Leopold Toetsch wrote: The primary question is: Why do we save and restore what part of context. Very good question: Thanks for the detailed list. *) System stack *) User stack and register stacks *) Lexical pad pointer Ok, these we already ha

Re: [PATCH] cmp ops

2003-06-22 Thread Leopold Toetsch
Luke Palmer <[EMAIL PROTECTED]> wrote: > Anyway, here's the corrected one with a couple tests (which I should > have written in the first place). Applied, thanks. leo - better late then nether

parrot to CPS

2003-06-22 Thread K Stol
Hello, Somehow I lost track of the thread of converting Parrot to CPS. Some time ago, I read on www.sidhe.org/~dan/blog: " That is, assuming we do CPS, which we don't right now. Though that may well change." Then, I blinked my eyes one or two times (well maybe 3, 4, 5 times :-), and Parrot has alr

Re: parrot to CPS

2003-06-22 Thread Leopold Toetsch
K Stol <[EMAIL PROTECTED]> wrote: > Hello, > Somehow I lost track of the thread of converting Parrot to CPS. > I missed the part in which the decission was made to do this. I can't find > it in the mailing list. It probably started on p6i with Dans post: "More sub/method call stuff" > Klaas-Jan

Re: parrot to CPS

2003-06-22 Thread Luke Palmer
> K Stol <[EMAIL PROTECTED]> wrote: > > Hello, > > Somehow I lost track of the thread of converting Parrot to CPS. > > > I missed the part in which the decission was made to do this. I can't find > > it in the mailing list. > > It probably started on p6i with Dans post: "More sub/method call > st

Re: parrot to CPS

2003-06-22 Thread Dan Sugalski
At 9:08 AM -0600 6/22/03, Luke Palmer wrote: > K Stol <[EMAIL PROTECTED]> wrote: > Hello, > Somehow I lost track of the thread of converting Parrot to CPS. > I missed the part in which the decission was made to do this. I can't find > it in the mailing list. It probably started on p6i with Da

[PATCH] Re: [perl #22718] core function index() returns -1 when search string contains spaces

2003-06-22 Thread Luke Palmer
> # New Ticket Created by "Clinton A. Pierce" > # Please include the string: [perl #22718] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt2/Ticket/Display.html?id=22718 > > > > In this code: > > .sub _main > .local string source >