You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laurynas Biveinis edited this page Oct 14, 2021
·
7 revisions
In the cold OLC algorithm paths, GCC 11 calls try_read_unlock instead of inlining it even though it should compile down to a single instruction, saving code size. Try forcing inlining by __attribute__((always_inline,flatten)).