summaryrefslogtreecommitdiff
path: root/doc/status.html
diff options
context:
space:
mode:
authorMike Pall <mike>2010-03-15 17:20:08 +0100
committerMike Pall <mike>2010-03-15 17:20:08 +0100
commite57390f73493fabf6aac8a40720f5102a98435f4 (patch)
tree5d940b1c0390dca2e2905c1ffacf616f0794cdc5 /doc/status.html
parentc4727220e889dccf06427fd6e473741c0829e344 (diff)
downloadluajit2-e57390f73493fabf6aac8a40720f5102a98435f4.tar.gz
Update changelog.
Diffstat (limited to 'doc/status.html')
-rw-r--r--doc/status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/status.html b/doc/status.html
index c4d9170f..dd1b02a1 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -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