heptagon/compiler/utilities
Cédric Pasteur 8815a2cd03 Better handling of clocks in memalloc
- We can do a better allocation if we take into
account 'when' in extvalues 
(test/good/memalloc_clocks.ept shows the
improvement)
- Fixed a bug with memalloc on records: if we 
translate:
o = { a with .f = u }
to
o = a; o.f = u
then we cannot share u and o.f
2012-06-20 09:17:13 +02:00
..
global Better handling of clocks in memalloc 2012-06-20 09:17:13 +02:00
minils Better handling of clocks in memalloc 2012-06-20 09:17:13 +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 Fixed Tomato: did not reconstruct internal clocks of extvalues 2012-03-30 14:47:47 +02:00
misc.mli Fixed Tomato: did not reconstruct internal clocks of extvalues 2012-03-30 14:47:47 +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