v8/test/unittests/parser
Nikolaos Papaspyrou 514de317fb [heap] Introduce a conservative stack scanning pass
This CL introduces the mechanism for conservative stack scanning (CSS).
Behind a compile-time flag, it also introduces a CSS pass which scans
the stack during the GC marking phase and marking verification. This
pass is now redundant, i.e., it is not needed for the correctness of
garbage collection. It will be used for experimenting with CSS and for
benchmarking.

Bug: v8:13257
Change-Id: If35bc24fde3bc08c5735d9e2f1b67724f7e31ef7
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3968710
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Reviewed-by: Omer Katz <omerkatz@chromium.org>
Commit-Queue: Nikolaos Papaspyrou <nikolaos@chromium.org>
Cr-Commit-Position: refs/heads/main@{#84036}
2022-11-03 12:10:45 +00:00
..
ast-value-unittest.cc Move remaining files in src/ 2019-05-24 18:24:36 +00:00
decls-unittest.cc [heap] Introduce a conservative stack scanning pass 2022-11-03 12:10:45 +00:00
parse-decision-unittest.cc [unittests] Use v8_flags for accessing flag values 2022-09-15 17:51:59 +00:00
parsing-unittest.cc Ship import assertions 2022-09-22 00:35:35 +00:00
preparser-unittest.cc [test] Migrate cctest/test-parsing to unittests/ 2022-08-30 17:37:47 +00:00
scanner-streams-unittest.cc [unittests] Use v8_flags for accessing flag values 2022-09-15 17:51:59 +00:00
scanner-unittest.cc [test] Migrate cctest/test-parsing to unittests/ 2022-08-30 17:37:47 +00:00
scope-test-helper.h [test] Migrate cctest/test-parsing to unittests/ 2022-08-30 17:37:47 +00:00
unicode-helpers.cc [test] Migrate cctest/test-parsing to unittests/ 2022-08-30 17:37:47 +00:00
unicode-helpers.h [test] Migrate cctest/test-parsing to unittests/ 2022-08-30 17:37:47 +00:00