Rearrange branches

This commit is contained in:
Stas Boukarev 2026-08-19 02:04:40 +03:00
parent adb9b23144
commit b3a61535ef

View file

@ -731,14 +731,13 @@
(inst cmp byte-array byte-end)
(inst ccmp string string-end :ls 2)
(inst b :hi DONE-1-2)
(inst b 1-2-LOOP)
(inst b :ls 1-2-LOOP)
(inst smov tmp-tn bytes 8 :b)
(inst b ADJUST-TAIL)
ERROR-1-2
(inst smov tmp-tn bytes 0 :b)
(inst b ADJUST-TAIL)
DONE-1-2
(inst smov tmp-tn bytes 8 :b)
ADJUST-TAIL
;; Ignore any consumed continuations
(inst cmn tmp-tn 64)