heptagon/compiler/utilities/global
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 Fixed problem with stdlib 2010-09-15 10:27:53 +02:00
compiler_options.ml Better handling of clocks in memalloc 2012-06-20 09:17:13 +02:00
compiler_timings.ml OOPS forgot compiler_timings 2012-03-07 17:51:06 +01:00
compiler_utils.ml Timing framework. 2012-03-07 17:48:08 +01:00
dep.ml Fixed dependency issue with linear splits 2011-10-17 15:25:52 +02:00
errors.ml Refactored Misc 2010-09-15 09:38:52 +02:00
printf_parser.ml C code generation for printf 2011-12-12 10:36:24 +01:00