dart-sdk/runtime
Martin Kustermann b4d4eb00df [vm/gc] Ensure we keep old trace allocations tables around until its safe to delete them (during GC)
We do this already for the class table, size table and unboxed field
table. This does the same for the trace allocation table.

Issue https://github.com/dart-lang/sdk/issues/40749

Change-Id: I417b7daf529967a5a496cc4ecc15cee20371ee9e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/136963
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
2020-02-24 20:03:58 +00:00
..
bin [vm/concurrency] Share [Heap] and [SharedClassTable] between all isolates within one isolate group 2020-02-20 21:08:35 +00:00
docs [vm/docs] Publish "Introduction to Dart VM" source and build tools. 2020-02-04 09:04:32 +00:00
include Revert "Reland "[ VM ] Removed Dart_Allocate, Dart_AllocateWithNativeFields, and Dart_InvokeConstructor from embedding API"" 2020-02-19 09:28:29 +00:00
lib [vm/ffi] Change internal loads and stores to take byteOffesets 2020-02-18 12:16:16 +00:00
llvm_codegen [llvm_codegen] Use exclusively SExpression support from VM and nothing else. 2019-10-30 16:27:04 +00:00
observatory [vm/concurrency] Share [Heap] and [SharedClassTable] between all isolates within one isolate group 2020-02-20 21:08:35 +00:00
platform [vm/aot] Fix broken benchmarks 2020-02-19 20:49:29 +00:00
tests/vm [vm] Fix iterator invalidation in ClearLazyDeopts. 2020-02-24 14:56:45 +00:00
third_party
tools [vm/ffi] Change internal loads and stores to take byteOffesets 2020-02-18 12:16:16 +00:00
vm [vm/gc] Ensure we keep old trace allocations tables around until its safe to delete them (during GC) 2020-02-24 20:03:58 +00:00
.clang-tidy [vm] Add runtime/.clang-tidy file 2019-09-05 09:51:13 +00:00
.gitignore
BUILD.gn [vm] Reland the flag flip behind the --nnbd build flag 2020-01-30 23:41:19 +00:00
codereview.settings
configs.gni [VM/runtime] - Remove DART_NO_SNAPSHOT 2020-01-08 18:56:21 +00:00
CPPLINT.cfg
PRESUBMIT.py
runtime_args.gni [vm] DBC is obsolete. Remove dead code. 2019-10-27 18:18:29 +00:00