v8/test
rmcilroy 03369ed2cb [Interpreter] Add support for short (16 bit) operands.
Adds support for short operands, starting with kIdx16. Introduces
BytecodeTraits to enable compile time determination of various traits for a
bytecode, such as size, operands, etc. Reworks BytecodeIterator,
BytecodeArrayBuilder and Bytecodes::Decode to support 16 bit operands. Adds
support to Interpreter to load 16 bit operands.

Also fixes a bug with ToBoolean where it wouldn't get emitted at the start
of a block, and added a test.

BytecodeTraits template magic inspired by oth@chromium.org.

BUG=v8:4280
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#31058}
2015-10-01 17:23:14 +00:00
..
benchmarks [test] Key variant flags by variant name everywhere. 2015-07-29 07:14:30 +00:00
cctest [Interpreter] Add support for short (16 bit) operands. 2015-10-01 17:23:14 +00:00
intl [test] Remove FAIL expectation for intl/collator/default-locale on Android and Mac 2015-09-28 14:51:57 +00:00
js-perf-test [es6] Ship rest parameters. 2015-09-28 11:19:35 +00:00
memory Correctly name memory stat for context snapshot size. 2015-04-10 22:36:02 +00:00
message Remove --harmony-arrow-functions flag 2015-09-30 19:50:40 +00:00
mjsunit [es6] Fix missing bits for full @@toPrimitive support. 2015-10-01 16:08:49 +00:00
mozilla MIPS64: Add big-endian support for mips64. 2015-09-29 17:23:55 +00:00
preparser [test] Key variant flags by variant name everywhere. 2015-07-29 07:14:30 +00:00
promises-aplus Remove unnecessary coupling between Promise tests and Object.observe 2015-07-21 17:17:07 +00:00
simdjs [simdjs] Update Spec version to 0.9 2015-09-23 18:25:03 +00:00
test262 [es6] Function constructor-created functions should be named "anonymous" 2015-09-30 19:20:04 +00:00
unittests [Interpreter] Add support for short (16 bit) operands. 2015-10-01 17:23:14 +00:00
webkit Fix completion of try..finally. 2015-10-01 13:59:56 +00:00