Comment #37 on issue 4280 by bugdro...@chromium.org: Ignition interpreter tracking bug
https://code.google.com/p/v8/issues/detail?id=4280#c37

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

commit b41647543542be0ac009d5b707d4117af8b7ba6e
Author: rmcilroy <rmcil...@chromium.org>
Date: Fri Aug 28 15:40:52 2015

[Interpreter] Add support for loading literals from the constant pool.

Adds support to the interpreter for loading literals from the constant pool.
Adds the LoadConstant bytecode and makes use of it for loading large Smis and
HeapObject literals.

Also removes unused HandleVector from utils.h.

BUG=v8:4280
LOG=N

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

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

[modify] http://crrev.com/b41647543542be0ac009d5b707d4117af8b7ba6e/src/compiler/interpreter-assembler.cc [modify] http://crrev.com/b41647543542be0ac009d5b707d4117af8b7ba6e/src/compiler/interpreter-assembler.h [modify] http://crrev.com/b41647543542be0ac009d5b707d4117af8b7ba6e/src/interpreter/bytecode-array-builder.cc [modify] http://crrev.com/b41647543542be0ac009d5b707d4117af8b7ba6e/src/interpreter/bytecode-array-builder.h [modify] http://crrev.com/b41647543542be0ac009d5b707d4117af8b7ba6e/src/interpreter/bytecode-generator.cc [modify] http://crrev.com/b41647543542be0ac009d5b707d4117af8b7ba6e/src/interpreter/bytecodes.cc [modify] http://crrev.com/b41647543542be0ac009d5b707d4117af8b7ba6e/src/interpreter/bytecodes.h [modify] http://crrev.com/b41647543542be0ac009d5b707d4117af8b7ba6e/src/interpreter/interpreter.cc [modify] http://crrev.com/b41647543542be0ac009d5b707d4117af8b7ba6e/src/utils.h [modify] http://crrev.com/b41647543542be0ac009d5b707d4117af8b7ba6e/test/cctest/interpreter/test-bytecode-generator.cc [modify] http://crrev.com/b41647543542be0ac009d5b707d4117af8b7ba6e/test/cctest/interpreter/test-interpreter.cc [modify] http://crrev.com/b41647543542be0ac009d5b707d4117af8b7ba6e/test/unittests/compiler/interpreter-assembler-unittest.cc [modify] http://crrev.com/b41647543542be0ac009d5b707d4117af8b7ba6e/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
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to