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

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

commit d8df7468b4914f6075630e9f9d0f52d49334ebeb
Author: rmcilroy <[email protected]>
Date: Wed Sep 02 13:03:06 2015

[Interpreter] Add support for property load operations.

Adds support for property load operations via Load/KeyedLoad ICs. Adds the
following bytecodes:
 - LoadIC
 - KeyedLoadIC
Also adds support to the interpreter assembler for loading the type feedback
vector from the function on the stack, and calling ICs.

BUG=v8:4280
LOG=N

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

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

[modify] http://crrev.com/d8df7468b4914f6075630e9f9d0f52d49334ebeb/src/compiler/interpreter-assembler.cc [modify] http://crrev.com/d8df7468b4914f6075630e9f9d0f52d49334ebeb/src/compiler/interpreter-assembler.h [modify] http://crrev.com/d8df7468b4914f6075630e9f9d0f52d49334ebeb/src/frames.h [modify] http://crrev.com/d8df7468b4914f6075630e9f9d0f52d49334ebeb/src/interpreter/bytecode-array-builder.cc [modify] http://crrev.com/d8df7468b4914f6075630e9f9d0f52d49334ebeb/src/interpreter/bytecode-array-builder.h [modify] http://crrev.com/d8df7468b4914f6075630e9f9d0f52d49334ebeb/src/interpreter/bytecode-generator.cc [modify] http://crrev.com/d8df7468b4914f6075630e9f9d0f52d49334ebeb/src/interpreter/bytecode-generator.h [modify] http://crrev.com/d8df7468b4914f6075630e9f9d0f52d49334ebeb/src/interpreter/bytecodes.h [modify] http://crrev.com/d8df7468b4914f6075630e9f9d0f52d49334ebeb/src/interpreter/interpreter.cc [modify] http://crrev.com/d8df7468b4914f6075630e9f9d0f52d49334ebeb/src/interpreter/interpreter.h [modify] http://crrev.com/d8df7468b4914f6075630e9f9d0f52d49334ebeb/test/cctest/interpreter/test-bytecode-generator.cc [modify] http://crrev.com/d8df7468b4914f6075630e9f9d0f52d49334ebeb/test/cctest/interpreter/test-interpreter.cc [modify] http://crrev.com/d8df7468b4914f6075630e9f9d0f52d49334ebeb/test/unittests/compiler/interpreter-assembler-unittest.cc [modify] http://crrev.com/d8df7468b4914f6075630e9f9d0f52d49334ebeb/test/unittests/compiler/interpreter-assembler-unittest.h [modify] http://crrev.com/d8df7468b4914f6075630e9f9d0f52d49334ebeb/test/unittests/interpreter/bytecode-array-builder-unittest.cc


--
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