Skip to content
Vlad Ureche edited this page Jun 15, 2014 · 2 revisions

The souce code is available on github and is also available in the DRT Virtual Machine.

It consists of 4 projects:

  • stagium-runtime contains the @staged annotation, the IR nodes and the scheduling and code generation mechanisms
  • stagium-plugin has the transformation code
  • stagium-tests contains test cases
  • stagium-bench contains the benchmarks, which unfortunately we haven't gotten around to implementing

We encourage our readers to explore the transformation code, which matches the structure of the miniboxing plugin.

Congratulations! If you got here, you know everything there is to know about the staging plugin! And ... someone owes me a beer for all the documentation I wrote for the three artifacts! :p

Get back to the DRT virual machine page.

Clone this wiki locally