heptagon/test
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
..
async Test to watch sampling of returned stateful exps. 2011-12-06 15:44:20 +01:00
bad Don't remove local variables in causality 2011-10-26 16:14:02 +02:00
good Better handling of clocks in memalloc 2012-06-20 09:17:13 +02:00
image_filters small fixes 2011-11-21 09:10:27 +01:00
check Tests: memalloc 2012-01-25 10:10:17 +01:00