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
The check of exclusivity introduces a jump to possible allocation inside a modification loop, thus disabling SIMD and other optimizations. We should be able to hoist the loop invariant by pulling the first iteration out and eliminating remaining checks inside the body. Let’s see if we can achieve some fancy results!
The text was updated successfully, but these errors were encountered:
The check of exclusivity introduces a jump to possible allocation inside a modification loop, thus disabling SIMD and other optimizations. We should be able to hoist the loop invariant by pulling the first iteration out and eliminating remaining checks inside the body. Let’s see if we can achieve some fancy results!
The text was updated successfully, but these errors were encountered: