Comment #25 on issue 4280 by [email protected]: Ignition interpreter tracking bug
https://code.google.com/p/v8/issues/detail?id=4280#c25
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/00df60d1c6943a10fb5ca84fce2c017dcd2001f5
commit 00df60d1c6943a10fb5ca84fce2c017dcd2001f5 Author: rmcilroy <[email protected]> Date: Tue Aug 18 12:41:41 2015[interpreter]: Changes to interpreter builtins for accumulator and register file registers.
Makes the following modifications to the interpreter builtins and InterpreterAssembler: - Adds an accumulator register and initializes it to undefined()- Adds a register file pointer register and use it instead of FramePointer to
access registers- Modifies builtin to support functions with 0 regiters in the register file
- Modifies builtin to Call rather than TailCall to first bytecode handler. BUG=v8:4280 LOG=N Review URL: https://codereview.chromium.org/1289863003 Cr-Commit-Position: refs/heads/master@{#30219}[modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/src/arm/builtins-arm.cc [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/src/arm/macro-assembler-arm.h [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/src/arm64/builtins-arm64.cc [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/src/arm64/macro-assembler-arm64.h [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/src/compiler/interpreter-assembler.cc [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/src/compiler/interpreter-assembler.h [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/src/compiler/linkage.cc [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/src/compiler/linkage.h [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/src/compiler/raw-machine-assembler.cc [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/src/compiler/raw-machine-assembler.h [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/src/ia32/builtins-ia32.cc [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/src/ia32/macro-assembler-ia32.h [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/src/mips/builtins-mips.cc [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/src/mips/macro-assembler-mips.h [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/src/mips64/assembler-mips64.h [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/src/mips64/builtins-mips64.cc [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/src/mips64/macro-assembler-mips64.h [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/src/x64/builtins-x64.cc [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/src/x64/macro-assembler-x64.h [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/test/cctest/interpreter/test-interpreter.cc [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/test/unittests/compiler/interpreter-assembler-unittest.cc [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/test/unittests/compiler/interpreter-assembler-unittest.h [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/test/unittests/compiler/node-test-utils.cc [modify] http://crrev.com/00df60d1c6943a10fb5ca84fce2c017dcd2001f5/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.
