This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question about the highly optimized aspects of libc implementation


On 11/30/2017 07:54 AM, Siddhesh Poyarekar wrote:
A lot of the internal function calls in i686 use registers to pass
arguments instead of the standard ABI that mandates using the stack.

We remove internal_function, so this no longer happens across translation units. (GCC will still perform the same optimization within a translation unit, but that is permitted under the as-if rule.)

Thanks,
Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]