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)
downloadluajit-e57390f73493fabf6aac8a40720f5102a98435f4.tar.gz
luajit-e57390f73493fabf6aac8a40720f5102a98435f4.tar.bz2
luajit-e57390f73493fabf6aac8a40720f5102a98435f4.zip
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.
186</li> 186</li>
187<li> 187<li>
188More <b>optimizations</b> will be added in parallel to the last step on 188More <b>optimizations</b> will be added in parallel to the last step on
189an as-needed basis. Array-bounds-check (ABC) removal, sinking of stores 189an as-needed basis. Sinking of stores
190to aggregates and sinking of allocations are high on the list. Faster 190to aggregates and sinking of allocations are high on the list. Faster
191handling of NEWREF and better alias analysis are desirable, too. More 191handling of NEWREF and better alias analysis are desirable, too. More
192complex optimizations with less pay-off, such as value-range-propagation 192complex optimizations with less pay-off, such as value-range-propagation