v8/test
Manos Koukoutos bb0000273b [turbofan] Optimize CsaLoadElimination
Design doc: https://bit.ly/36MfD6Y, section "Improving Computational
Complexity of CSALoadElimination".

We optimize CsaLoadElimination::AbstractState::KillField() by
fine-graining AbstractState. We now represent it with 6 maps
corresponding to (object kind, offset kind) pairs. This makes it
possible for KillField() to manipulate the state faster. For more
information consult the above design doc.

Bug: v8:11510
Change-Id: I7d991cd47f946edb20e746bc7e6792ae3c70004f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3038521
Commit-Queue: Manos Koukoutos <manoskouk@chromium.org>
Reviewed-by: Georg Neis <neis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#76165}
2021-08-09 12:59:03 +00:00
..
benchmarks [test] Mark pdfjs as slow for TSAN builds 2021-07-28 14:03:46 +00:00
bigint [bigint] Define V8_ADVANCED_BIGINT_ALGORITHMS everywhere 2021-07-27 15:17:34 +00:00
cctest [api] Implement signature checks using instance types 2021-08-09 11:01:15 +00:00
common [wasm][eh] Add WebAssembly.Exception.getArg() 2021-08-03 14:25:50 +00:00
debugger [sparkplug] Add support to flush only baseline code 2021-08-04 08:22:18 +00:00
debugging [d8][mjsunit][tools] Improve d8 file API 2021-06-01 13:37:57 +00:00
fuzzer [fuzzer][wasm] Add support for reftypes in test generator 2021-08-06 14:22:35 +00:00
fuzzilli
inspector [baseline] Update EstimateInstructionSize 2021-08-06 17:40:26 +00:00
intl [Intl] throw instead of DCHECK while long locale 2021-08-03 07:33:29 +00:00
js-perf-test A jump-table implementation for constant case switch statements 2021-06-23 09:26:23 +00:00
memory [snapshot] Fix the Memory.json benchmark 2021-04-28 07:54:34 +00:00
message [wasm] Print hash of anonymous scripts in stack traces 2021-08-06 17:14:55 +00:00
mjsunit [turbofan] Optimize CsaLoadElimination 2021-08-09 12:59:03 +00:00
mkgrokdump [build] Fold v8_wrappers into v8_libbase 2021-02-25 10:56:20 +00:00
mozilla Reland "[test] Unmark TSAN tests as SLOW/SKIP" 2021-06-28 10:19:20 +00:00
test262 Fix bugs in DisplayNames v2 2021-08-06 21:37:39 +00:00
torque [torque] Add LazyNode support 2021-02-23 16:51:53 +00:00
unittests [api] Add API for off-thread code cache deserialization 2021-08-09 08:55:41 +00:00
wasm-api-tests [wasm] Make --wasm-trap-handler a d8-only flag 2021-06-30 09:32:55 +00:00
wasm-js [wasm] Update wasm spec tests 2021-07-08 12:46:48 +00:00
wasm-spec-tests [riscv64][wasm] Implement wasm function 2021-07-13 00:08:25 +00:00
webkit Revert "Reland "[build] Add V8-specific dcheck_always_on"" 2021-07-27 11:14:57 +00:00
BUILD.gn Reland^2 "[bigint] Karatsuba multiplication" 2021-06-07 11:01:14 +00:00
OWNERS