diff --git a/scripts/thread_local_cold_allowlist.json b/scripts/thread_local_cold_allowlist.json index 9cc23ed1a8..c42c4fbfaa 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": 269, + "_hot_declarations": 271, "files": { "crates/perry-runtime/src/agent.rs": 1, "crates/perry-runtime/src/arena/block.rs": 2, @@ -60,7 +60,7 @@ "crates/perry-runtime/src/node_stream_constructors.rs": 2, "crates/perry-runtime/src/node_stream_tests.rs": 1, "crates/perry-runtime/src/node_submodules/blob.rs": 1, - "crates/perry-runtime/src/node_submodules/diagnostics.rs": 6, + "crates/perry-runtime/src/node_submodules/diagnostics.rs": 5, "crates/perry-runtime/src/node_submodules/diagnostics_tail.rs": 1, "crates/perry-runtime/src/node_submodules/mod.rs": 1, "crates/perry-runtime/src/node_submodules/test.rs": 1,