heptagon/compiler/obc/transformations
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
..
deadcode.ml Correct scalarize and java load_conf 2011-11-18 12:32:37 +01:00
memalloc_apply.ml Better handling of clocks in memalloc 2012-06-20 09:17:13 +02:00
scalarize.ml pat_ty ne semble pas fiable. Voir t19.ept 2011-11-25 18:55:12 +01:00
simplify.ml Don't inline all const 2011-11-21 10:55:53 +01:00
unroll.ml Loop unrolling. 2012-02-08 16:16:41 +01:00