v8/test
Jakob Kummerow 8d7747a715 [strings] Reclaim a bit in the hash field
By replacing usage of the IsNotArrayIndex bit with IsNotIntegerIndex,
we get back one bit that we can use to increase the number of hash bits
stored. The price is that strings that represent array/integer indices
beyond the cacheable range will have to be scanned more often, but these
strings should be rare, and we expect that the additional hash bit is
more worthwhile to have.

Bug: v8:9904
Change-Id: I33f74b0a73f4754aee85805d4b7c409177668439
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2051947
Reviewed-by: Toon Verwaest <verwaest@chromium.org>
Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Auto-Submit: Jakob Kummerow <jkummerow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#66299}
2020-02-17 18:26:07 +00:00
..
benchmarks Remove 'embedded_builtins' variant 2019-10-22 12:58:02 +00:00
cctest [strings] Reclaim a bit in the hash field 2020-02-17 18:26:07 +00:00
common [wasm][reference-types] Implement declarative segments 2020-02-17 17:38:27 +00:00
debugger [wasm] Skip test in multiple isolates 2020-02-09 07:50:01 +00:00
fuzzer [wasm] Extend fuzzer to test AtomicExchange and AtomicCompareExchange 2020-02-05 09:01:58 +00:00
inspector [strings] Reclaim a bit in the hash field 2020-02-17 18:26:07 +00:00
intl Revert "[Intl] Fix RelativeTimeFormat fatal" 2020-02-14 23:04:29 +00:00
js-perf-test [cleanup][test] Fix typo in js-perf-test/Scope/with.js 2020-02-12 10:59:54 +00:00
memory [owners] Remove redundant OWNERS files in test/ 2019-06-24 12:44:32 +00:00
message Reland "[weakrefs] Schedule FinalizationGroup cleanup tasks from within V8" 2020-02-10 21:56:34 +00:00
mjsunit [wasm][reference-types] Implement declarative segments 2020-02-17 17:38:27 +00:00
mkgrokdump [heap] Enable Verify for RO_SPACE when it is shared 2019-11-04 09:55:45 +00:00
mozilla Remove and update some outdated TODO(mstarzinger). 2019-12-13 10:18:04 +00:00
test262 [Intl] Change order of "currency" and "unit" validation. 2020-01-31 20:31:05 +00:00
torque [torque] use iterators and constructors for ExtractFixedArray 2020-01-16 13:51:04 +00:00
unittests [wasm][reference-types] Implement declarative segments 2020-02-17 17:38:27 +00:00
wasm-api-tests [wasm] Clean up WASM_CALL_INDIRECT macros 2019-11-28 14:44:06 +00:00
wasm-js [wasm] Update spec tests 2020-02-05 15:42:51 +00:00
wasm-spec-tests [wasm][reference-types] Implement declarative segments 2020-02-17 17:38:27 +00:00
webkit [class] Improve error message for calling anonymous class constructors 2019-12-05 21:13:07 +00:00
BUILD.gn [preparser] deprecate stand-alone "preparser" test-suite 2019-11-20 08:52:59 +00:00
OWNERS Use relative paths to OWNERS files 2019-08-12 13:52:52 +00:00