v8/test
jgruber f60a7c4f61 [regexp] Turn last match info into a simple FixedArray
Now that all accesses to the last match info are in C++ and TF code, we can
finally turn the last match info into a FixedArray. Similar to the ArrayList,
it uses its first field to store its length and grows dynamically in amortized
O(1) time.

Unlike previously, this means that the last match info pointer stored on the
context can actually change (in case the FixedArray needs to grow).

BUG=v8:5339

Review-Url: https://codereview.chromium.org/2415103002
Cr-Commit-Position: refs/heads/master@{#40308}
2016-10-14 11:47:09 +00:00
..
benchmarks
cctest [regexp] Turn last match info into a simple FixedArray 2016-10-14 11:47:09 +00:00
common [wasm] Implement {Compile,Runtime}Error; fix traps from start function 2016-10-13 16:18:10 +00:00
fuzzer [regexp] Turn last match info into a simple FixedArray 2016-10-14 11:47:09 +00:00
inspector [inspector] fix timestamp formatting with non C locales 2016-10-13 20:32:07 +00:00
intl [wasm] asm.js: Add asm_wasm variant to test asm.js->wasm pipeline. 2016-09-19 23:57:13 +00:00
js-perf-test [test] Bump js-test strings timeout even more 2016-10-13 12:29:36 +00:00
memory
message [es8] Remove syntactic tail calls support. 2016-09-28 08:25:45 +00:00
mjsunit [test] Disable regress-599717 on TSAN. 2016-10-13 17:32:29 +00:00
mozilla Skip some mozilla tests on turbofan_opt as they consistently timeout 2016-10-07 22:41:42 +00:00
preparser
promises-aplus
simdjs [test] Deprecate test data download for most test suites 2016-08-08 12:39:48 +00:00
test262 [modules] Implement @@iterator on namespace objects. 2016-10-13 13:35:06 +00:00
unittests Introduce a CompilerDispatcherTracer and track how long jobs take 2016-10-14 08:12:44 +00:00
webkit [wasm] asm.js: Add asm_wasm variant to test asm.js->wasm pipeline. 2016-09-19 23:57:13 +00:00
bot_default.gyp [inspector] Remove inspector_protocol_parser_test target. 2016-08-11 16:45:14 +00:00
bot_default.isolate [inspector] Add swarming support to inspector tests 2016-10-12 07:32:06 +00:00
BUILD.gn [inspector] Add swarming support to inspector tests 2016-10-12 07:32:06 +00:00
default.gyp [inspector] Remove inspector_protocol_parser_test target. 2016-08-11 16:45:14 +00:00
default.isolate [inspector] Remove inspector_protocol_parser_test target. 2016-08-11 16:45:14 +00:00
optimize_for_size.gyp
optimize_for_size.isolate [inspector] Add swarming support to inspector tests 2016-10-12 07:32:06 +00:00
perf.gyp
perf.isolate