tock-mirror/data
Neil Brown 49d6e2aaaf Reworked how the stack sizes are recorded and merged together
The previous method, using the C preprocessor was both nasty, and crazily resource-intensive.  The new method stores stack size information in files that are read in and processed by the compiler when it comes time to link.
2009-04-07 16:03:52 +00:00
..
AST.hs Removed monadic and dyadic operators from the AST 2009-04-05 22:31:26 +00:00
CompState.hs Reworked how the stack sizes are recorded and merged together 2009-04-07 16:03:52 +00:00
Metadata.hs Added a Read instance for Meta (taken from my benchmarks for the ICFP paper) 2009-04-02 15:07:17 +00:00