- 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
|
||
|---|---|---|
| .. | ||
| global | ||
| minils | ||
| _tags | ||
| containers.ml | ||
| misc.ml | ||
| misc.mli | ||
| pp_tools.ml | ||
| pp_tools.mli | ||
| sgraph.ml | ||