[Bug libc/14497] declare short functions inline

aj at suse dot de sourceware-bugzilla@sourceware.org
Fri Nov 16 11:06:00 GMT 2012


http://sourceware.org/bugzilla/show_bug.cgi?id=14497

Andreas Jaeger <aj at suse dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |aj at suse dot de
         Resolution|                            |WONTFIX

--- Comment #1 from Andreas Jaeger <aj at suse dot de> 2012-11-16 11:06:03 UTC ---
We do this already for functions where it is possible to do so and makes sense,
e.g. for some math functions.

Such short functions need both an inline function as well as a real
implementation.

fdatasync is in no way performance critical and the overhead of duplicating the
function does not deserve this extra work.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Glibc-bugs mailing list