heptagon/compiler/main
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
..
hept2mls.ml Fixed bug in translation to minils 2012-06-19 15:56:54 +02:00
heptc.ml Better handling of clocks in memalloc 2012-06-20 09:17:13 +02:00
hepts.ml Code formating fixes (typos, tabs, spaces at endofline,...) 2011-05-26 15:56:59 +02:00
mls2obc.ml Loop unrolling. 2012-02-08 16:16:41 +01:00
mls2seq.ml Correction and simplification of the sigali pass 2012-06-06 15:59:08 +02:00