bjorn3 f78cd44602 Optimize ThreadInfo::with
The RefCell is now borrowed exactly once. In addition a code sequence
that contains an unwrap that is guaranteed to never panic at runtime is
replaced with get_or_insert_with, which makes the intended behavior
clearer and will not emit code to panic even without optimizations.
2021-09-16 14:48:33 +02:00
..
2021-09-16 14:48:33 +02:00
2021-08-10 12:09:00 +03:00
2021-08-24 19:53:20 +03:00