mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-02 00:37:56 +00:00
When locking, we were not loading m.serving atomically and so the optimizer could have hoisted the check out of the loop, thus resulting in an infinite loop.