Re: [PATCH] Updatecc fix

2004-01-14 Thread Leopold Toetsch
Luke Palmer [EMAIL PROTECTED] wrote: In the spirit of getting real continuations working Just Right, this modifies IMCC's PCC implementation to emit the updatecc *after* the pushtop, so that the redundant pushtop isn't necessary when returning with a real continuation. The PCC shortcuts in

Re: [PATCH] PPC JIT fixes [re-send] (Modified by Jeff Clites)

2004-01-14 Thread Michael Scott
$Config{archname} wasn't getting parsed quite right on OS X and so JIT wasn't getting detected in some cases. I checked in a fix for that. It's certainly nice to see the tests run faster. make test All tests successful, 49 subtests skipped. Files=90, Tests=1289, 138 wallclock secs (47.38 cusr +

Re: [PATCH] PPC JIT fixes [re-send] (Modified by Jeff Clites)

2004-01-14 Thread Leopold Toetsch
Michael Scott [EMAIL PROTECTED] wrote: But, on looking closer at that, could someone demuddle my ignorance and tell me why the t/src tests are not run under testj? These don't have a run-loop, so you can't run these with any run-core. A plain make test covers src tests, running src tests again

Re: [PATCH] Updatecc fix

2004-01-14 Thread Luke Palmer
Leopold Toetsch writes: Luke Palmer [EMAIL PROTECTED] wrote: In the spirit of getting real continuations working Just Right, this modifies IMCC's PCC implementation to emit the updatecc *after* the pushtop, so that the redundant pushtop isn't necessary when returning with a real

Re: [PATCH] Updatecc fix

2004-01-14 Thread Leopold Toetsch
Luke Palmer [EMAIL PROTECTED] wrote: Leopold Toetsch writes: The PCC shortcuts in imcc only deal with normal Sub calls (Sub and Closure, Coroutines should be ok too). Full Continuations currenty need some hints by the programmer. Do you have an example what do you want to achieve? Yep.

Re: This week's summary

2004-01-14 Thread Dan Sugalski
At 12:36 PM -0500 1/13/04, Uri Guttman wrote: TP6S == The Perl 6 Summarizer [EMAIL PROTECTED] writes: TP6S Congratulations Dan TP6S Melvin Smith offered his congratulations to Dan for the TP6S first commercial use of Parrot. I think I can safely say we TP6S all echo those

Re: JVM as a threading example (threads proposal)

2004-01-14 Thread Jeff Clites
On Jan 12, 2004, at 10:03 AM, Gordon Henriksen wrote: On Monday, January 12, 2004, at 04:29 , Jeff Clites wrote: 5) Java seems to use a check-in/check-out model for access to global data, in which global data lives in a central store, but is copied back-and-forth to thread-local storage for