On Thu, 24 Apr 2008 10:52:42 -0500, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: > - What's the performance like for copy/restore? I ask because I'm > curious if it would be possible to implement a cooperative threading > environment with the stack copying capabilities as they exist today.
I would expect it to be comparable to (or more likely a bit worse than) Ruby 1.8's threading, which uses copy/restore of the C stack. -mental _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
