dart-sdk/runtime/vm/heap
Ryan Macnak a7e20dd2b0 Revert "[vm, gc] Mark through new-space."
This reverts commit 6194209b28.

Reason for revert: issues on arm32

Original change's description:
> [vm, gc] Mark through new-space.
>
>  - Initial and final marking no longer visit all of new-space, reducing the STW pause for major GC.
>  - A scavenge during concurrent marking must forward / filter objects in the marking worklist that are moved / collected, increasing the STW pause for minor GC.
>  - Unreachable intergenerational cycles and weak references are collected in the next mark-sweep instead of first requiring enough scavenges to promote the whole cycle or weak target into old-space.
>  - Artificial minor GCs are no longer needed to avoid memory leaks from back-to-back major GCs.
>  - reachabilityBarrier is now just a count of major GCs.
>
> TEST=ci
> Change-Id: I3668a2e56821f9eadf96e38c228dab27be656016
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/309826
> Reviewed-by: Siva Annamalai <asiva@google.com>
> Commit-Queue: Ryan Macnak <rmacnak@google.com>

Change-Id: I434eb595c9e7858efc8c9b07cbca954e5649f506
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/319321
Commit-Queue: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
2023-08-09 18:13:17 +00:00
..
become.cc Revert "[vm, gc] Mark through new-space." 2023-08-09 18:13:17 +00:00
become.h [vm] Update lingering references to RawObject. 2023-07-26 21:53:49 +00:00
become_test.cc [vm, gc] Honor kAllocatablePageSize during promotion and snapshot reading. 2023-06-06 16:20:47 +00:00
compactor.cc [vm, gc] The GC cares about immediate-ness not Smi-ness. 2023-06-27 19:47:04 +00:00
compactor.h [vm, gc] Parallelize handling of large pages during compaction. 2023-06-16 15:37:37 +00:00
freelist.cc Revert "[vm, gc] Mark through new-space." 2023-08-09 18:13:17 +00:00
freelist.h Revert "[vm, gc] Mark through new-space." 2023-08-09 18:13:17 +00:00
freelist_test.cc [vm] Update NULL to nullptr in runtime/vm/heap. 2023-03-30 17:15:58 +00:00
gc_shared.cc [vm, gc] The GC cares about immediate-ness not Smi-ness. 2023-06-27 19:47:04 +00:00
gc_shared.h [vm, gc] Record pending weaklings during minor GC without using next_seen_by_gc_. 2023-07-25 16:32:15 +00:00
heap.cc Revert "[vm, gc] Mark through new-space." 2023-08-09 18:13:17 +00:00
heap.h Revert "[vm, gc] Mark through new-space." 2023-08-09 18:13:17 +00:00
heap_sources.gni [vm, gc] Ensure PageSpace::heap_ is never null. 2023-07-17 22:53:11 +00:00
heap_test.cc Revert "[vm, gc] Mark through new-space." 2023-08-09 18:13:17 +00:00
marker.cc Revert "[vm, gc] Mark through new-space." 2023-08-09 18:13:17 +00:00
marker.h Revert "[vm, gc] Mark through new-space." 2023-08-09 18:13:17 +00:00
page.cc [vm, gc] Remembered cards tweaks. 2023-06-02 19:50:08 +00:00
page.h Revert "[vm, gc] Mark through new-space." 2023-08-09 18:13:17 +00:00
pages.cc Revert "[vm, gc] Mark through new-space." 2023-08-09 18:13:17 +00:00
pages.h Revert "[vm, gc] Mark through new-space." 2023-08-09 18:13:17 +00:00
pointer_block.cc Revert "[vm, gc] Mark through new-space." 2023-08-09 18:13:17 +00:00
pointer_block.h Revert "[vm, gc] Mark through new-space." 2023-08-09 18:13:17 +00:00
safepoint.cc [vm] Ensure reload safepoint operation sends OOBs to all non-parked mutators 2023-05-09 13:01:37 +00:00
safepoint.h [vm] Make reloading of isolate groups use new safepoint-level mechanism 2023-04-21 13:56:49 +00:00
safepoint_test.cc [vm] Make [ReloadOperationScope] a macro instead of a class 2023-05-10 19:08:23 +00:00
sampler.cc [vm] Fix HeapProfileSampler::SampleOldSpaceAllocation 2023-06-28 12:58:32 +00:00
sampler.h [vm] Enable clang-tidy for arm, arm64, riscv64, product, release, precompiler. 2023-07-11 15:13:58 +00:00
scavenger.cc Revert "[vm, gc] Mark through new-space." 2023-08-09 18:13:17 +00:00
scavenger.h Revert "[vm, gc] Mark through new-space." 2023-08-09 18:13:17 +00:00
spaces.h [vm, gc] Honor kAllocatablePageSize during promotion and snapshot reading. 2023-06-06 16:20:47 +00:00
sweeper.cc Revert "[vm, gc] Mark through new-space." 2023-08-09 18:13:17 +00:00
sweeper.h Revert "[vm, gc] Mark through new-space." 2023-08-09 18:13:17 +00:00
verifier.cc [vm] Remove ValidateConstants. 2023-07-19 17:26:50 +00:00
verifier.h [VM/GC] Ensure that all the GC verification flags do not produce trace 2023-04-28 23:25:43 +00:00
weak_code.cc [vm/isolates] Put limit on how many isolates are suspended. 2023-04-26 22:18:51 +00:00
weak_code.h [vm] Use a weak set to represent dependent code. 2023-01-26 22:56:48 +00:00
weak_table.cc [ VM ] Move class name from heap profiler report callback to allocation callback 2023-04-25 13:02:49 +00:00
weak_table.h [vm] Update to constexpr in runtime/vm/heap. 2023-04-11 01:28:35 +00:00
weak_table_test.cc [vm] Make naming more consistent when converting between handles, tagged and untagged pointers. 2021-01-15 23:32:02 +00:00