Cthulhu  0.2.10
Cthulhu compiler collection
Compiler runtime

Runtime functions for drivers, interfaces, and plugins. More...

Collaboration diagram for Compiler runtime:

Modules

 Compiler runtime mediator
 Core of the compiler, manages languages, plugins, and targets.
 
 Tree form validation
 Validation for tree form IR.
 
 Compiler events
 Generic errors shared between frontends.
 
 Global memory allocation
 Default global memory allocator this is an intermediate layer to help with transitioning to pure arena allocation its recommended to avoid this for new code and to remove it from existing code.
 
 SSA form IR
 SSA form IR.
 
 Tree intermediate form
 Tree intermediate form generated by language drivers.
 
 Driver utility functions
 Utility functions for the runtime.
 
 Target output helper library
 Target output helper library.
 

Detailed Description

Runtime functions for drivers, interfaces, and plugins.