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

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

commit f36cc258ffc89b15cd5f145e230bb2e36b45edf7
Author: rmcilroy <[email protected]>
Date: Tue Aug 18 15:29:21 2015

[Interpreter] Add implementations for load immediate bytecodes.

Adds implementations and tests for the following bytecodes:
  - LdaZero
  - LdaSmi8
  - LdaUndefined
  - LdaNull
  - LdaTheHole
  - LdaTrue
  - LdaFalse
  - LdaLdar
  - LdaStar

Also adds  Smi tagging / untagging and OperandType typed
BytecodeOperand operations to InterpreterAssembler.

BUG=v8:4280
LOG=N

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

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

[modify] http://crrev.com/f36cc258ffc89b15cd5f145e230bb2e36b45edf7/src/compiler/interpreter-assembler.cc [modify] http://crrev.com/f36cc258ffc89b15cd5f145e230bb2e36b45edf7/src/compiler/interpreter-assembler.h [modify] http://crrev.com/f36cc258ffc89b15cd5f145e230bb2e36b45edf7/src/interpreter/interpreter.cc [modify] http://crrev.com/f36cc258ffc89b15cd5f145e230bb2e36b45edf7/test/cctest/interpreter/test-interpreter.cc [modify] http://crrev.com/f36cc258ffc89b15cd5f145e230bb2e36b45edf7/test/unittests/compiler/interpreter-assembler-unittest.cc [modify] http://crrev.com/f36cc258ffc89b15cd5f145e230bb2e36b45edf7/test/unittests/compiler/interpreter-assembler-unittest.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