diff --git a/scripts/thread_local_cold_allowlist.json b/scripts/thread_local_cold_allowlist.json index 5704ac366d..1af43a286c 100644 --- a/scripts/thread_local_cold_allowlist.json +++ b/scripts/thread_local_cold_allowlist.json @@ -1,6 +1,6 @@ { "_comment": "Files still declaring raw `thread_local!`. Every entry is a declaration that pays `_tlv_get_addr` on Darwin; the count is a ratchet, so adding one to an already-listed file fails too. New code should use `crate::perry_thread_local!` \u2014 see crates/perry-runtime/src/tls_hot.rs. Regenerate with scripts/check_thread_locals.py --update.", - "_hot_declarations": 275, + "_hot_declarations": 278, "files": { "crates/perry-runtime/src/agent.rs": 1, "crates/perry-runtime/src/arena/block.rs": 2, @@ -29,7 +29,7 @@ "crates/perry-runtime/src/fs/stream.rs": 1, "crates/perry-runtime/src/gc/barrier/mod.rs": 2, "crates/perry-runtime/src/gc/barrier_arming.rs": 1, - "crates/perry-runtime/src/gc/cycle.rs": 1, + "crates/perry-runtime/src/gc/cycle_malloc_trim.rs": 1, "crates/perry-runtime/src/gc/fromspace_scan.rs": 1, "crates/perry-runtime/src/gc/layout.rs": 1, "crates/perry-runtime/src/gc/layout_tables.rs": 1,