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
async-profiles have shown that toBits was not inlined by the JVM. Helping the JVM a bit here by
making bits inline, so that toBits is one fewer call away.
Not that we cannot inline toBits at typer since it is in the scope of an opaque type.
0 commit comments