Displaying 1 result from an estimated 1 matches for "blelloch".
2009 Apr 10
0
[LLVMdev] Using LLVM with a new runtime environment
...even words of information, plus scheduling overhead. A scheduler
based on lock-free structures maps threads onto executors. The
scheduler communicates with threads using mailboxes, and relies on
voluntary context switches. The system provides a copying garbage
collector (similar to Cheng/Blelloch, but based on lock-free data
structures). The assumption is that threads will use the GC allocator
to allocate their frames.
My specific needs are as follows:
- Threads have a mailbox which contains the following information: the
ID of the executor running them, the current GC status, any...