Comment #30 on issue 4280 by [email protected]: Ignition interpreter tracking bug
https://code.google.com/p/v8/issues/detail?id=4280#c30

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/b5502099b7ff9d1f77d28c3ec26f2b40383d1492

commit b5502099b7ff9d1f77d28c3ec26f2b40383d1492
Author: rmcilroy <[email protected]>
Date: Tue Aug 25 11:31:09 2015

[Interpreter] Add implementations of arithmetic binary op bytecodes.

Adds implementations and tests for the following bytecodes:
  - Add
  - Sub
  - Mul
  - Div
  - Mod

Also adds the Mod bytecode and adds support to BytecodeGenerator and
BytecodeArrayBuilder to enable it's use.

The current bytecodes always call through to the JS builtins. This also adds
LoadObjectField and CallJSBuiltin operators to the InterpreterAssembler.

BUG=v8:4280
LOG=N

Review URL: https://codereview.chromium.org/1300813005

Cr-Commit-Position: refs/heads/master@{#30352}

[modify] http://crrev.com/b5502099b7ff9d1f77d28c3ec26f2b40383d1492/src/compiler/interpreter-assembler.cc [modify] http://crrev.com/b5502099b7ff9d1f77d28c3ec26f2b40383d1492/src/compiler/interpreter-assembler.h [modify] http://crrev.com/b5502099b7ff9d1f77d28c3ec26f2b40383d1492/src/compiler/raw-machine-assembler.cc [modify] http://crrev.com/b5502099b7ff9d1f77d28c3ec26f2b40383d1492/src/compiler/raw-machine-assembler.h [modify] http://crrev.com/b5502099b7ff9d1f77d28c3ec26f2b40383d1492/src/interpreter/bytecode-array-builder.cc [modify] http://crrev.com/b5502099b7ff9d1f77d28c3ec26f2b40383d1492/src/interpreter/bytecodes.h [modify] http://crrev.com/b5502099b7ff9d1f77d28c3ec26f2b40383d1492/src/interpreter/interpreter.cc [modify] http://crrev.com/b5502099b7ff9d1f77d28c3ec26f2b40383d1492/src/interpreter/interpreter.h [modify] http://crrev.com/b5502099b7ff9d1f77d28c3ec26f2b40383d1492/test/cctest/interpreter/test-interpreter.cc [modify] http://crrev.com/b5502099b7ff9d1f77d28c3ec26f2b40383d1492/test/unittests/compiler/instruction-selector-unittest.cc [modify] http://crrev.com/b5502099b7ff9d1f77d28c3ec26f2b40383d1492/test/unittests/compiler/interpreter-assembler-unittest.cc [modify] http://crrev.com/b5502099b7ff9d1f77d28c3ec26f2b40383d1492/test/unittests/compiler/node-test-utils.cc [modify] http://crrev.com/b5502099b7ff9d1f77d28c3ec26f2b40383d1492/test/unittests/compiler/node-test-utils.h [modify] http://crrev.com/b5502099b7ff9d1f77d28c3ec26f2b40383d1492/test/unittests/interpreter/bytecode-array-builder-unittest.cc


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to