heptagon/compiler/utilities
Cédric Pasteur 4d912e9349 Added more options for memalloc
There is now three options for memory allocation:
  - -only-linear activates only the linear 
annotations (with typing and code generation)
  - -only-memalloc does only memory allocation
  - -memalloc does both

When linear typing is not activated, linearity 
annotations are ignored (the signature in the .epi
does not contain the annotations)
2011-09-09 16:05:44 +02:00
..
global Added more options for memalloc 2011-09-09 16:05:44 +02:00
minils Merge branch 'bzr' into decade 2011-08-04 13:37:33 +02:00
_tags Interference graph ported to OCamlGraph 2011-05-25 09:12:10 +02:00
containers.ml Interaction between linear typing and memalloc 2011-05-25 09:12:13 +02:00
misc.ml Fix for dep when using linear types and automata 2011-09-07 17:27:58 +02:00
misc.mli Fix for dep when using linear types and automata 2011-09-07 17:27:58 +02:00
pp_tools.ml Compile fixes 2011-05-25 09:12:10 +02:00
pp_tools.mli Tabs, trailing ws and long lines shall receive no mercy! 2010-06-26 17:17:28 +02:00
sgraph.ml Rename Graph to Sgraph 2011-05-25 09:12:10 +02:00