Description[ignition] Rewrite reverse iterator as random iterator
This allows us to optimise the bytecode liveness analysis to jump
directly to previously seen indices. The analysis is optimised to store
a stack of loop ends (JumpLoop bytecode indices), and iterate through
these indices directly rather than looping through the bytecode array to
find them.
Committed: https://crrev.com/b9d930735ae8268fb95fd3a11681d587eb30e585
Cr-Commit-Position: refs/heads/master@{#41485}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Rename Valid to IsValid and add so many more tests #Patch Set 3 : Rebase #
Messages
Total messages: 29 (17 generated)
|