Comment #11 on issue 4280 by [email protected]: Ignition interpreter tracking bug
https://code.google.com/p/v8/issues/detail?id=4280#c11
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/597da503220ab2a632453d2e3a915e9824d6d592
commit 597da503220ab2a632453d2e3a915e9824d6d592 Author: rmcilroy <[email protected]> Date: Thu Jul 30 08:18:23 2015[interpreter] Change interpreter to use an BytecodeArray pointer and and offset.
Changes the interpreter to use a BytecodeArray pointer and an offset to avoid having an inner pointer to a BytecodeArray object in registers during dispatch.
BUG=v8:4280 LOG=N Review URL: https://codereview.chromium.org/1254293006 Cr-Commit-Position: refs/heads/master@{#29910}[modify] http://crrev.com/597da503220ab2a632453d2e3a915e9824d6d592/src/compiler/arm/linkage-arm.cc [modify] http://crrev.com/597da503220ab2a632453d2e3a915e9824d6d592/src/compiler/arm64/linkage-arm64.cc [modify] http://crrev.com/597da503220ab2a632453d2e3a915e9824d6d592/src/compiler/ia32/linkage-ia32.cc [modify] http://crrev.com/597da503220ab2a632453d2e3a915e9824d6d592/src/compiler/interpreter-assembler.cc [modify] http://crrev.com/597da503220ab2a632453d2e3a915e9824d6d592/src/compiler/interpreter-assembler.h [modify] http://crrev.com/597da503220ab2a632453d2e3a915e9824d6d592/src/compiler/linkage-impl.h [modify] http://crrev.com/597da503220ab2a632453d2e3a915e9824d6d592/src/compiler/linkage.h [modify] http://crrev.com/597da503220ab2a632453d2e3a915e9824d6d592/src/compiler/mips/linkage-mips.cc [modify] http://crrev.com/597da503220ab2a632453d2e3a915e9824d6d592/src/compiler/mips64/linkage-mips64.cc [modify] http://crrev.com/597da503220ab2a632453d2e3a915e9824d6d592/src/compiler/ppc/linkage-ppc.cc [modify] http://crrev.com/597da503220ab2a632453d2e3a915e9824d6d592/src/compiler/x64/linkage-x64.cc [modify] http://crrev.com/597da503220ab2a632453d2e3a915e9824d6d592/src/interpreter/interpreter.cc [modify] http://crrev.com/597da503220ab2a632453d2e3a915e9824d6d592/test/unittests/compiler/interpreter-assembler-unittest.cc [modify] http://crrev.com/597da503220ab2a632453d2e3a915e9824d6d592/test/unittests/compiler/node-test-utils.cc [modify] http://crrev.com/597da503220ab2a632453d2e3a915e9824d6d592/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.
