v8/test
Omer Katz e072615cc2 cppgc: Establish marking invariants
This is a revival of https://chromium-review.googlesource.com/c/v8/v8/+/2228332

The CL establishes the following:
*) Objects are marked before being pushed to the worklists.
*) Live bytes are always accounted after tracing an object (i.e. move
   from Gray to Black below).
*) Previously not fully constructed objects are traced immediately
   instead of pushed to the marking worklist.

This establishes the following invariants for all marking worklists:
1) White = !object.is_marked() && !worklist.contains(object)
2) Gray = object.is_marked() && worklist.contains(object)
3) Black = object.is_marked() && !worklist.contains(object)

Bug: chromium:1056170
Change-Id: I821573b3fbc057e6ffb836154271ff986ecb4d2b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2336797
Reviewed-by: Anton Bikineev <bikineev@chromium.org>
Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
Commit-Queue: Omer Katz <omerkatz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#69268}
2020-08-06 11:51:48 +00:00
..
benchmarks Fix csuite compare command 2020-07-24 15:58:53 +00:00
cctest [wasm] Remove ExecutionTier::kInterpreter 2020-08-06 09:31:18 +00:00
common [wasm] Remove ExecutionTier::kInterpreter 2020-08-06 09:31:18 +00:00
debugger [nci] Check the isolate cache from within compiler.cc 2020-08-05 15:12:36 +00:00
debugging [Py3] Fix flake8 warnings 2020-07-10 16:57:15 +00:00
fuzzer [nci] Replace CompilationTarget with a new Code::Kind value 2020-08-05 12:27:22 +00:00
fuzzilli Integrate fuzzilli into v8 2020-06-03 09:53:24 +00:00
inspector [wasm] Remove "CloneWasmModule" runtime function 2020-08-05 13:29:36 +00:00
intl [Intl] Define @@toStringTag for Intl namespace 2020-08-01 02:21:20 +00:00
js-perf-test Add micro-benchmark for toString(16) 2020-07-30 07:15:32 +00:00
memory [owners] Remove redundant OWNERS files in test/ 2019-06-24 12:44:32 +00:00
message Revert "Reland "[flags] warn about contradictory flags"" 2020-07-22 13:48:32 +00:00
mjsunit [wasm] Check size of tables dynamically 2020-08-06 11:50:43 +00:00
mkgrokdump [heap] Move BaseSpace into base-space.h 2020-06-19 09:38:24 +00:00
mozilla [Respect] Prefer inclusive terms 2020-06-22 18:11:23 +00:00
test262 Disallow \8 and \9 in strict mode and template literals 2020-08-03 18:05:14 +00:00
torque Reland "[torque] typed context slot access" 2020-08-06 11:32:38 +00:00
unittests cppgc: Establish marking invariants 2020-08-06 11:51:48 +00:00
wasm-api-tests [zone-compr] Fix WasmCapiTest, pt.2 2020-07-31 08:05:18 +00:00
wasm-js [wasm] Update wasm spec tests 2020-07-27 16:12:30 +00:00
wasm-spec-tests [wasm] Check size of tables dynamically 2020-08-06 11:50:43 +00:00
webkit Disallow \8 and \9 in strict mode and template literals 2020-08-03 18:05:14 +00:00
BUILD.gn Add google_benchmark depdendency 2020-07-02 20:11:29 +00:00
OWNERS Use relative paths to OWNERS files 2019-08-12 13:52:52 +00:00