Description[Interpreter] Don't try to eliminate dead-code in bytecode-array-builder
Eliminating dead code in the bytecode array builder doesn't play nice
with the register elimination optimizer. We should move it to it's own
stage in the optimization pipeline, however doing so would require
refactoring of how we deal with jumps, so for now just remove the dead
code elimination optimization.
BUG=chromium:616064
Committed: https://crrev.com/2fd3f9d69b20b1a6fb4fcaae213560380fd8ef33
Cr-Commit-Position: refs/heads/master@{#36660}
Patch Set 1 #Patch Set 2 : Fix test #Patch Set 3 : Fix Test #Dependent Patchsets: Messages
Total messages: 21 (10 generated)
|