lkml.org 
[lkml]   [2023]   [Sep]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: [RFC PATCH v3 0/4] nolibc x86-64 string functions
Date
From: Ammar Faizi
> Sent: 02 September 2023 14:35
>
> This is an RFC patchset v3 for nolibc x86-64 string functions.
>
> There are 4 patches in this series:
>
> ## Patch 1-2: Use `rep movsb`, `rep stosb` for:
> - memcpy() and memmove()
> - memset()
> respectively. They can simplify the generated ASM code.

It is worth pointing out that while the code size for 'rep xxxb'
is smaller, the performance is terrible.
The only time it is ever good is for the optimised forwards
copies on cpu that support it.

reverse, stos and scas are always horrid.

David

-
Registered Address Lakeside, Bramley Road, Mount Farm, Milton Keynes, MK1 1PT, UK
Registration No: 1397386 (Wales)

\
 
 \ /
  Last update: 2023-09-03 22:39    [W:0.072 / U:2.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site