Bytecode level thread implementation

Gabriele Farina *DarkBard* <darkbard@extending-php.net>
24 May 2004 00:25:00 -0400

          From comp.compilers

Related articles
Bytecode level thread implementation darkbard@extending-php.net (Gabriele Farina *DarkBard*) (2004-05-24)
Re: Bytecode level thread implementation t.zielonka@zodiac.mimuw.edu.pl (Tomasz Zielonka) (2004-05-30)
Re: Bytecode level thread implementation eliotm@pacbell.net (Eliot Miranda) (2004-05-30)
| List of all articles for this month |

From: Gabriele Farina *DarkBard* <darkbard@extending-php.net>
Newsgroups: comp.compilers
Date: 24 May 2004 00:25:00 -0400
Organization: TIN
Keywords: parallel, interpreter, question
Posted-Date: 24 May 2004 00:25:00 EDT

Hi,


I'd like to implement a OS independent threading system. I thought to
manage threads directly inside the bytecode genereted by my compiler.
Do you think it could be interesting? There's any opensource language
that implements this kind of feature?


bye
[You can have your own little task dispatcher inside the intepreter,
I suppose, and make all the I/O non-blocking so you can switch to
another thread when you'd be waiting. -John]



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.