heptagon/compiler/minils/analysis
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
clocking.ml Added local assume/guarantee 2012-05-29 14:14:46 +02:00
interference.ml Better handling of clocks in memalloc 2012-06-20 09:17:13 +02:00
level_clock.ml Fixed base clock in code generation 2012-01-25 09:34:58 +01:00