|
|
|
|
|
by yalok
304 days ago
|
|
Chrome uses tons of APIs from MacOS, and all that code is very well optimized by Apple. I remember disassembling Appleās memcpy function on ARM64 and being amazed at how much customization they did just for that little function to be as efficient as possible for each length of a (small) memory buffer. |
|
https://github.com/bminor/glibc/tree/master/sysdeps/aarch64/...
and there are five versions specialised for either specific CPU models or for available architecture features.