Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/thread_local_cold_allowlist.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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,
Expand Down
Loading