On Jun 26, 2005, at 11:48 PM, Faré wrote:
> One option would be to do global program transformation to CPS (as in
> Screamer or UCW), some kind of ANF or even lower-level machine, and
> thus provide interruptible lightweight green threads. Are you
> interested in doing that?
ok, good. I understand. I'm doing a similar project for java, so I
won't be able to contribute directly to your effort directly at this
point.
Of course, it is "a little" more convenient to rewrite CL code into
CPS, than it is to rewrite java byte-code. :(
--Sriram.