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
{{ message }}
This repository was archived by the owner on Dec 22, 2021. It is now read-only.
In both cranelift and v8, unsigned integer comparison are lowered to more than 1instruction:
These seem like high-use instructions and I wonder if there is any good way to get around this inefficiency.