diff options
Diffstat (limited to '')
-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 |