Files
rust/library/std/src
bors fa0ca783f8 Auto merge of #102655 - joboet:windows_tls_opt, r=ChrisDenton
Optimize TLS on Windows

This implements the suggestion in the current TLS code to embed the linked list of destructors in the `StaticKey` structure to save allocations. Additionally, locking is avoided when no destructor needs to be run. By using one Windows-provided `Once` per key instead of a global lock, locking is more finely-grained (this unblocks #100579).
2022-10-13 06:49:29 +00:00
..
2022-08-01 20:10:40 +00:00
2022-07-18 15:06:07 +01:00
2022-10-13 00:53:46 +08:00
2022-09-12 19:46:51 +02:00
2022-08-18 18:07:39 -04:00
2022-10-05 03:09:43 +01:00
2022-05-27 07:36:17 -04:00
2022-03-23 05:33:44 +00:00
2022-08-18 18:07:39 -04:00
2022-04-14 01:33:13 -04:00
2022-10-04 15:19:21 +08:00
2022-09-28 21:51:09 +02:00
2022-09-26 10:14:45 +02:00
2022-10-10 17:05:59 -07:00
2022-10-07 15:21:47 +02:00
2022-10-08 15:55:15 +02:00
2022-10-06 09:55:32 +02:00
2022-10-09 21:44:44 -07:00
2022-09-26 10:14:45 +02:00