This is the mail archive of the libc-alpha@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: RFC: Rewrite x86-64 IFUNC selector in C


On Thursday 25 May 2017 03:19 AM, H.J. Lu wrote:
> Most of time, C is easier to maintain than assembly code.  I think
> it is a good idea in general.  What do other people think?

+1, C > assembly wherever possible.  Use assembly only if the compiler
is incapable of producing the output you want (and if that actually
matters) and then reevaluate every few releases.

Siddhesh


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