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

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

commit 6ab1f70e12d5a8d44a5e3df3960899f9265558a2
Author: oth <o...@chromium.org>
Date: Mon Aug 03 10:42:16 2015

[Intepreter] BytecodeArrayBuilder and accumulator based bytecodes.

The BytecodeArrayBuilder has responsibility for emitting the BytecodeArray. It will be used by the AST walker.

Bytecode now uses an accumulator plus registers rather being pure register based.

Update BytecodeArray::Disassemble to print operand information.

BUG=v8:4280
LOG=N

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

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

[add] http://crrev.com/6ab1f70e12d5a8d44a5e3df3960899f9265558a2/src/interpreter/bytecode-array-builder.cc [add] http://crrev.com/6ab1f70e12d5a8d44a5e3df3960899f9265558a2/src/interpreter/bytecode-array-builder.h [modify] http://crrev.com/6ab1f70e12d5a8d44a5e3df3960899f9265558a2/src/interpreter/bytecodes.h [modify] http://crrev.com/6ab1f70e12d5a8d44a5e3df3960899f9265558a2/src/interpreter/interpreter.cc [modify] http://crrev.com/6ab1f70e12d5a8d44a5e3df3960899f9265558a2/src/objects.cc [modify] http://crrev.com/6ab1f70e12d5a8d44a5e3df3960899f9265558a2/test/cctest/cctest.gyp [add] http://crrev.com/6ab1f70e12d5a8d44a5e3df3960899f9265558a2/test/cctest/interpreter/test-bytecode-array-builder.cc [modify] http://crrev.com/6ab1f70e12d5a8d44a5e3df3960899f9265558a2/tools/gyp/v8.gyp


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