heptagon/compiler/utilities/minils
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
..
_tags Compile fixes 2011-05-25 09:12:10 +02:00
dcoloring.ml Interaction between linear typing and memalloc 2011-05-25 09:12:13 +02:00
interference2dot.ml Better handling of clocks in memalloc 2012-06-20 09:17:13 +02:00
interference_graph.ml Better handling of clocks in memalloc 2012-06-20 09:17:13 +02:00