Difference between revisions of "Yhc/RTS"

From HaskellWiki
< Yhc
Jump to navigation Jump to search
Line 16: Line 16:
 
* [[/Foreign]] Foreign function interface system
 
* [[/Foreign]] Foreign function interface system
 
* [[/Debug]] Debugging the runtime system
 
* [[/Debug]] Debugging the runtime system
  +
* [[/Concurrency]] How concurrency is handled

Revision as of 13:47, 3 March 2006

Part of Yhc

(Download)

This document aims to give a brief overview of the structure of the Yhc runtime system. Hopefully with the help of this and the source code it should be possible for people to understand and make changes to the runtime system should they wish to do so.

Overall Layout

The runtime system is divided into several parts.