heptagon/compiler/obc
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
..
c Only inline integer extvalues when unrolling 2012-02-08 18:31:51 +01:00
java Fixed escape of string in java 2012-02-21 14:39:35 +01:00
main Loop unrolling. 2012-02-08 16:16:41 +01:00
transformations Better handling of clocks in memalloc 2012-06-20 09:17:13 +02:00
_tags Heptc compiles again 2011-04-18 15:38:42 +02:00
control.ml Fixed complexity of control optimization 2011-11-29 13:34:50 +01:00
obc.ml Deal with const ref in Java. 2011-11-21 11:42:26 +01:00
obc_compare.ml Merge branch 'memalloc' into decade 2011-07-21 08:50:45 +02:00
obc_mapfold.ml Correct obc_mapfold 2011-11-18 12:32:37 +01:00
obc_printer.ml Merge branch 'memalloc' into decade 2011-07-21 08:50:45 +02:00
obc_utils.ml Loop unrolling. 2012-02-08 16:16:41 +01:00