]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #92461 - rust-lang:const_tls_local_panic_count, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Mon, 23 May 2022 13:04:59 +0000 (13:04 +0000)
committerbors <bors@rust-lang.org>
Mon, 23 May 2022 13:04:59 +0000 (13:04 +0000)
commitef9b49881ba99248b68dbdebbebd50155587c509
tree856a384a9092e21c825a427c6fa80ccb7dd4e658
parent32c8c5df06c025441ad04791d7982d65c79a60e4
parentcbc0a15ba1c17962184e35e67e89bd51b37c6e70
Auto merge of #92461 - rust-lang:const_tls_local_panic_count, r=Mark-Simulacrum

Use const initializer for LOCAL_PANIC_COUNT

This reduces the size of the __getit function for LOCAL_PANIC_COUNT and should speed up accesses of LOCAL_PANIC_COUNT a bit.
library/std/src/panicking.rs