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
After #655 and #658 land, verify that indexes are handled correctly under scalar semantics in Processor._doQuantifyMatch and String.matchBitset. Also check on end/endIndex there and in _matchBuiltinCC.
The text was updated successfully, but these errors were encountered:
Note that we currently don't perform the compiler optimizations to enable those specialized instructions in scalar-semantic mode. We should enable them and test them.
After #655 and #658 land, verify that indexes are handled correctly under scalar semantics in
Processor._doQuantifyMatch
andString.matchBitset
. Also check onend
/endIndex
there and in_matchBuiltinCC
.The text was updated successfully, but these errors were encountered: