Description[Interpreter] Adds shift operators to interpreter
Adds support for following operators
-Shift left
-Shift right
-Shift right logical
Adds the above bytecodes, support to BytecodeGenerator and BytecodeArrayBuilder
to enable it's use, it's implementation and tests.
BUG=v8:4280
LOG=N
Committed: https://crrev.com/aacc18f0532676b6fc0f6eec877f01069bb75174
Cr-Commit-Position: refs/heads/master@{#31205}
Patch Set 1 #Patch Set 2 : rebased the patch #
Total comments: 4
Patch Set 3 : Fixed a problem in bytecode-array-builder-unittest.cc caused due to rebase #Patch Set 4 : added additional tests for shift operators #Patch Set 5 : fixed a typo in comment #
Total comments: 7
Patch Set 6 : Fixed a test for shift operators and comments #
Messages
Total messages: 15 (4 generated)
|