Re: [PATCH] new_noinit and init ops

2004-01-12 Thread Luke Palmer
Michal Wallace writes: > On Mon, 12 Jan 2004, Luke Palmer wrote: > > > Michal Wallace writes: > > > On Mon, 12 Jan 2004, Luke Palmer wrote: > > > > > > > I have somewhat a predicament. I want to create a continuation, and > > > > have that continuation stored in the register stack that it closes

Re: [PATCH] new_noinit and init ops

2004-01-12 Thread Michal Wallace
On Mon, 12 Jan 2004, Luke Palmer wrote: > Michal Wallace writes: > > On Mon, 12 Jan 2004, Luke Palmer wrote: > > > > > I have somewhat a predicament. I want to create a continuation, and > > > have that continuation stored in the register stack that it closes > > > over (this is how I'm implement

Re: [PATCH] new_noinit and init ops

2004-01-12 Thread Luke Palmer
Michal Wallace writes: > On Mon, 12 Jan 2004, Luke Palmer wrote: > > > I have somewhat a predicament. I want to create a continuation, and > > have that continuation stored in the register stack that it closes > > over (this is how I'm implementing a loop with continuations). > > Unless I'm havin

Re: [PATCH] new_noinit and init ops

2004-01-12 Thread Michal Wallace
On Mon, 12 Jan 2004, Luke Palmer wrote: > I have somewhat a predicament. I want to create a continuation, and > have that continuation stored in the register stack that it closes > over (this is how I'm implementing a loop with continuations). > Unless I'm having a major braino, I don't think thi

Re: [PATCH] new_noinit and init ops

2004-01-12 Thread Dan Sugalski
At 1:00 PM -0700 1/12/04, Luke Palmer wrote: I have somewhat a predicament. I want to create a continuation, and have that continuation stored in the register stack that it closes over (this is how I'm implementing a loop with continuations). Erm. I don't think this is the right way to do this. Be

Re: [PATCH] new_noinit and init ops

2004-01-12 Thread Luke Palmer
Luke Palmer writes: > ... > >goto NEXT(); > @@ -84,6 +90,19 @@ >$1->vtable->init_pmc_props(interpreter, $1, $3, $4); >goto NEXT(); > } > +# } ^ Don't mind that. I thought I saw an extra one, and commented it out to make sure I wasn't being stupid. Wasn't, and forgot to uncomm