Coro in Java 8

Mark Roos mroos at roos.com
Thu Apr 28 09:37:13 PDT 2011


Lukas wrote
I'll soon fork of a version that only supports lots of coroutines, 
because this makes a lot of things much easier (it doesn't require the 
whole copy to/from stack logic).

My thought was to use coroutines to emulate Smalltalk processes.  For this 
I need to convert the
machine stack to objects, inspect and manipulate them from the Smaltalk 
side and then covert them
back,  Does the above statement mean that this feature is going away?

I need this at least for the debugger to work.

In answer to your question on priority. 

Only a few coroutines < 100.
They tend to have short lives so startup and first activation is 
important.

regards
mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/mlvm-dev/attachments/20110428/1b46a1d1/attachment.html 


More information about the mlvm-dev mailing list