Description[Interpreter] Merges ToBoolean and JumpIfTrue/False bytecodes
Adds an optimization to emit JumpIfToBooleanTrue/False instead
of ToBoolean followed by JumpIfTrue/False if the value in the
accumulator is not boolean.
BUG=v8:4280
LOG=N
Committed: https://crrev.com/e66d4f87360bed9f61e1d74298eb1b05f7bad0df
Cr-Commit-Position: refs/heads/master@{#31697}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Addressed review comments #Patch Set 3 : Last patch was not complete. Forgot few changes. #
Total comments: 12
Patch Set 4 : Addressed review comments #Patch Set 5 : rebased the patch and used the new Repeat_32 macro for tests #
Messages
Total messages: 19 (6 generated)
|