Comment #12 on issue 4280 by [email protected]: Ignition interpreter tracking bug
https://code.google.com/p/v8/issues/detail?id=4280#c12
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/c5dd553cf3a44cd8c17958a595198b5ea9492cd0
commit c5dd553cf3a44cd8c17958a595198b5ea9492cd0 Author: rmcilroy <[email protected]> Date: Thu Jul 30 11:36:26 2015 [interpreter] Add Interpreter{Entry,Exit}Trampoline builtins. Adds interpreter entry and exit trampoline builtins. Also implements the Return bytecode handler and fixes a few bugs in InterpreterAssembler highlighted by running on other architectures. MIPS and MIPS64 port contributed by Paul Lind ([email protected]) BUG=v8:4280 LOG=N Review URL: https://codereview.chromium.org/1245133002 Cr-Commit-Position: refs/heads/master@{#29929}[modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/arm/builtins-arm.cc [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/arm/macro-assembler-arm.h [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/arm64/assembler-arm64.h [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/arm64/builtins-arm64.cc [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/bailout-reason.h [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/builtins.h [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/compiler/arm/linkage-arm.cc [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/compiler/arm64/linkage-arm64.cc [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/compiler/interpreter-assembler.cc [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/compiler/interpreter-assembler.h [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/compiler/mips/linkage-mips.cc [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/compiler/mips64/linkage-mips64.cc [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/compiler/raw-machine-assembler.h [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/compiler/x64/linkage-x64.cc [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/full-codegen/arm/full-codegen-arm.cc [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/heap/heap.cc [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/ia32/builtins-ia32.cc [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/interpreter/interpreter.cc [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/mips/assembler-mips.h [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/mips/builtins-mips.cc [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/mips64/assembler-mips64.h [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/mips64/builtins-mips64.cc [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/src/x64/builtins-x64.cc [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/test/unittests/compiler/interpreter-assembler-unittest.cc [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/test/unittests/compiler/node-test-utils.cc [modify] http://crrev.com/c5dd553cf3a44cd8c17958a595198b5ea9492cd0/test/unittests/compiler/node-test-utils.h
--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.
