Re: Continuations, here I come

2009-07-31 Thread Lukas Stadler
Hi everybody! It's been a while since I posted the last update about the continuations work: As Christian already mentioned we wrote a paper about the implementation of the continuation capture/resume functionality. The paper isn't published yet but I can send private copies to anyone who's

Re: Continuations, here I come

2009-07-31 Thread Christian Thalinger
Lukas Stadler wrote: The current status: I could push the patch into the patch-repository, but I'm kind of a mercurial-newbie... Do you perhaps have any pointers to a description of how that works? :-) Sure. Well, you could read the Mercurial book[1], but I think that's overkill for just

Re: Continuations, here I come

2009-07-31 Thread Rémi Forax
Comments inlined: Le 31/07/2009 14:40, Lukas Stadler a écrit : Hi everybody! It's been a while since I posted the last update about the continuations work: As Christian already mentioned we wrote a paper about the implementation of the continuation capture/resume functionality. The paper

Crash using AnonymousClassloader

2009-07-31 Thread Rémi Forax
I've found a crash using the anonymous class loader. It appears when using the constructor without a host class, I was not able to isolate the bug, sorry. the code to reproduce the errors can be found here: http://weblogs.java.net/blog/forax/archive/2009/07/dlr_expression_1.html then patch