v8/test/js-perf-test
Mathias Bynens 26c00f4a4c [elements] Rename FAST elements kinds
The `FAST_` prefix doesn’t make much sense — they’re all just different cases
with their own optimizations. Packedness being implicit (e.g. `FAST_ELEMENTS`
vs. `FAST_HOLEY_ELEMENTS`) is not ideal, either.

This patch renames the FAST elements kinds as follows:

- e.g. FAST_ELEMENTS => PACKED_ELEMENTS
- e.g. FAST_HOLEY_ELEMENTS => HOLEY_ELEMENTS

The following exceptions are left intact, for lack of a better name:

- FAST_SLOPPY_ARGUMENTS_ELEMENTS
- SLOW_SLOPPY_ARGUMENTS_ELEMENTS
- FAST_STRING_WRAPPER_ELEMENTS
- SLOW_STRING_WRAPPER_ELEMENTS

This makes it easier to reason about elements kinds, and less confusing to
explain how they’re used.

R=jkummerow@chromium.org, cbruni@chromium.org
BUG=v8:6548

Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
Change-Id: Ie7c6bee85583c3d84b730f7aebbd70c1efa38af9
Reviewed-on: https://chromium-review.googlesource.com/556032
Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Reviewed-by: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: Jaroslav Sevcik <jarin@chromium.org>
Reviewed-by: Andreas Haas <ahaas@chromium.org>
Commit-Queue: Mathias Bynens <mathias@chromium.org>
Cr-Commit-Position: refs/heads/master@{#46361}
2017-06-30 13:31:44 +00:00
..
Array [JSPerfTests] New tests for Array.prototype.filter and map. 2017-03-24 17:39:34 +00:00
AsyncAwait [js-perf-test] Add a basic async-await microbenchmark 2016-12-20 13:10:07 +00:00
BytecodeHandlers Sub-categorize bytecode handler benchmarks in test/js-perf-test. 2017-06-09 10:43:49 +00:00
Classes
Closures [test] Add performance test for closures. 2016-12-05 13:10:44 +00:00
Collections
Exceptions
ExpressionDepth [Perf] Add ExpressionDepth test. 2017-06-19 20:50:00 +00:00
ForLoops [js-perf-test] add microbenchmarks for C-style for loops 2017-04-12 21:56:43 +00:00
Generators
Inspector [inspector] added simple js-perf-test for inspector 2017-06-20 10:32:05 +00:00
Iterators
Keys
Modules [modules] Add a simple micro-benchmark for import/export accesses. 2017-04-24 18:52:02 +00:00
Object [test] Add micro benchmark for Object.create 2016-09-28 08:14:21 +00:00
PropertyQueries [js-perf-tests] Fix PropertyQueries test for fast-delete 2017-05-05 15:57:36 +00:00
RegExp [js-perf-test] Move SubRegExp class definition outside loop 2016-11-30 12:20:17 +00:00
RestParameters [elements] Rename FAST elements kinds 2017-06-30 13:31:44 +00:00
Scope
SixSpeed [js-perf-tests] Add classes benchmarks from SixSpeed. 2017-04-19 11:23:48 +00:00
SpreadCalls
StringIterators
Strings
Templates
TypedArrays [test] Add a benchmark for constructing all types of TypedArrays. 2017-04-11 13:46:10 +00:00
base.js
JSTests.json [inspector] added simple js-perf-test for inspector 2017-06-20 10:32:05 +00:00
RegExp.json [js-perf-test] Fix JSON syntax for RegExp tests 2016-11-28 13:12:50 +00:00
SixSpeed.json [js-perf-tests] Add classes benchmarks from SixSpeed. 2017-04-19 11:23:48 +00:00