CodeTime

Implementation Code



A zip of the java code which implements the control portions of a proof of concept run-time system.

This run-time has "dummy" scheduling algorithms, and doesn't handle hardware failures. However, it illustrates how the back-end compiler works in combination with the run-time to dynamically change the granularity of the parallelism to fit the hardware.

This is the version described in the proof of concept Run-Time System paper.



Back To Home