[clean-list] Concurrent/parallel threads in CLEAN
John van Groningen
johnvg at cs.ru.nl
Fri May 8 17:41:57 MEST 2009
Parnell Flynn wrote:
>Are there any plans to add any of the features presented in Pascal
>Serrarens's paper? Any plans to bring the Concurrent back to Concurrent
>CLEAN?
We plan to make the generated code and runtime system thread safe. This
makes it possible to create threads with separate heaps and stacks.
We would also like to have threads that share the heap. Unfortunately
the synchronization primitives supported by current processors are so
slow that these slow down the execution of programs too much.
Kind regards,
John van Groningen
More information about the clean-list
mailing list