v8/test
Camillo Bruni 6d096131b0 [codegen] Use StrictEquals for host defined options code cache checks
The previous CL https://crrev.com/c/3069152 only did a pointer equality
check for host defined options. This broke code caching for chrome.

This CL extends the check to use a shallow strict equals check on the
host defined options elements.

Bug: v8:10284, chromium:1237242
Change-Id: Ie0ab17a5f5abe024061b6c3d3d68367d9e92b78b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3081607
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: Leszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/master@{#76169}
2021-08-09 14:15:01 +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 [codegen] Use StrictEquals for host defined options code cache checks 2021-08-09 14:15:01 +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
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
memory
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
mozilla
test262 Fix bugs in DisplayNames v2 2021-08-06 21:37:39 +00:00
torque
unittests [api] Add API for off-thread code cache deserialization 2021-08-09 08:55:41 +00:00
wasm-api-tests
wasm-js
wasm-spec-tests
webkit Revert "Reland "[build] Add V8-specific dcheck_always_on"" 2021-07-27 11:14:57 +00:00
BUILD.gn
OWNERS