https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105651
--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> --- My preference would be still to make the overlap case out-of-line as mentioned in PR105329, but I don't have statistics on whether the overlap case is really cold in real-world. If yes, it would make non-overlap case smaller and the overlap case tiny bit slower.