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

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

commit f481316b1463597b265c3aa92a44dfe7abbe3c19
Author: mbrandy <[email protected]>
Date: Thu Aug 27 14:23:21 2015

PPC: [interpreter]: Changes to interpreter builtins for accumulator and register file registers.

Port 00df60d1c6943a10fb5ca84fce2c017dcd2001f5

Original commit message:
    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.

[email protected], [email protected], [email protected], [email protected]
BUG=v8:4280
LOG=N

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

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

[modify] http://crrev.com/f481316b1463597b265c3aa92a44dfe7abbe3c19/src/ppc/builtins-ppc.cc [modify] http://crrev.com/f481316b1463597b265c3aa92a44dfe7abbe3c19/src/ppc/macro-assembler-ppc.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.

Reply via email to