diff options
author | Mike Pall <mike> | 2010-03-15 17:20:08 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2010-03-15 17:20:08 +0100 |
commit | e57390f73493fabf6aac8a40720f5102a98435f4 (patch) | |
tree | 5d940b1c0390dca2e2905c1ffacf616f0794cdc5 /doc/status.html | |
parent | c4727220e889dccf06427fd6e473741c0829e344 (diff) | |
download | luajit-e57390f73493fabf6aac8a40720f5102a98435f4.tar.gz luajit-e57390f73493fabf6aac8a40720f5102a98435f4.tar.bz2 luajit-e57390f73493fabf6aac8a40720f5102a98435f4.zip |
Update changelog.
Diffstat (limited to 'doc/status.html')
-rw-r--r-- | doc/status.html | 2 |
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> |
188 | More <b>optimizations</b> will be added in parallel to the last step on | 188 | More <b>optimizations</b> will be added in parallel to the last step on |
189 | an as-needed basis. Array-bounds-check (ABC) removal, sinking of stores | 189 | an as-needed basis. Sinking of stores |
190 | to aggregates and sinking of allocations are high on the list. Faster | 190 | to aggregates and sinking of allocations are high on the list. Faster |
191 | handling of NEWREF and better alias analysis are desirable, too. More | 191 | handling of NEWREF and better alias analysis are desirable, too. More |
192 | complex optimizations with less pay-off, such as value-range-propagation | 192 | complex optimizations with less pay-off, such as value-range-propagation |