May 17, 2026
12:50 p.m.
Rebased & merged into 1 commit. Also, I've just realized that the performance gains (for `time()` calls) are massive for this MR: * initially (0c0d26432084c18213d5c4b343f10939d25eee2c): 5300 ns/call * with _this_ MR !10893: 62 ns/call * the _other_ MR !10892: 3250 ns/call * native: 3 ns/call Measurements were inspired by !10348 with minor changes: 1 warmup call, 100000 iterations. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10893#note_140274