Update changelog.

This commit is contained in:
Mike Pall
2010-03-15 17:20:08 +01:00
parent c4727220e8
commit e57390f734
2 changed files with 19 additions and 1 deletions

View File

@@ -186,7 +186,7 @@ overriding goal for a low-footprint, low-overhead JIT compiler.
</li>
<li>
More <b>optimizations</b> will be added in parallel to the last step on
an as-needed basis. Array-bounds-check (ABC) removal, sinking of stores
an as-needed basis. Sinking of stores
to aggregates and sinking of allocations are high on the list. Faster
handling of NEWREF and better alias analysis are desirable, too. More
complex optimizations with less pay-off, such as value-range-propagation