Sujet : Re: rep movsb vs. simpler instructions for memcpy/memmove
De : mitchalsup (at) *nospam* aol.com (MitchAlsup1)
Groupes : comp.archDate : 12. Mar 2025, 18:44:11
Autres entêtes
Organisation : Rocksolid Light
Message-ID : <a296144c60c9774898235f505bc4c370@www.novabbs.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14
User-Agent : Rocksolid Light
On Wed, 12 Mar 2025 16:46:36 +0000, Anton Ertl wrote:
>
So __memmove_ssse3 is no longer that big ("only" 3901 bytes); it's
still the biggest implementation, but many others are quite a bit
bigger than the 0x113=275 bytes of my ssememmove.
Imagine that:: almost a page for memmove entry points.
My 66000 has MM memmove as an instruction (4-bytes) always
optimal, no checking required.
>
- anton