https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246630
--- Comment #8 from Conrad Meyer <c...@freebsd.org> --- First code-size change is shortly afterwards: │ - 43c83e: 45 31 c0 xor %r8d,%r8d │ - 43c841: 44 8a 3b mov (%rbx),%r15b │ + 43c83e: 45 31 db xor %r11d,%r11d │ + 43c841: 8a 0b mov (%rbx),%cl %cl (low 8 bits of %ecx) has a shorter mov.b representation than %r15b (low 8 bits of amd64 %r15). -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"