User:Seanhalle/sandbox
Appearance
This is not a Wikipedia article: It is an individual user's work-in-progress page, and may be incomplete and/or unreliable. For guidance on developing this draft, see Wikipedia:So you made a userspace draft. Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
A proto-runtime is the hardware-specific portion of a modularized runtime system of a parallel language. In the proto-runtime approach, a runtime is broken into three modules: one that implements the behavior of the parallel language constructs, one that implements the work assignment and one that abstracts the hardware, presenting a clean interface to the first two. It is this third module that is called the proto-runtime.