Age | Commit message (Collapse) | Author |
|
|
|
turn them into simpler do-whiles
|
|
|
|
|
|
around v8 issue 2513
|
|
Previously, attempts to eliminate a side-effect-free conditional
expression would corrupt internal block state, because the sub-nodes
belong to a different block than the one containing the expression.
This fixes the problem by not splitting side-effect free conditionals
across multiple blocks.
|
|
|
|
|
|
outside the loop
|
|
variable
|
|
|
|
where the loop break is, if it does not interfere
|
|
|
|
|
|
|
|
the fround polyfill
|
|
|
|
(which has less overhead than the previous helper)
|
|
|
|
influenced by the loop var or the helper
|
|
not needed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
simplified ifs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(x=x)
|
|
|
|
|
|
When a while statement body is empty, it contains an empty block with no
statement list.
|
|
Fix asm3.test_longjmp_throw
|
|
|
|
|
|
|
|
|