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: malloc: performance improvements and bugfixes


On 01/26/2016 11:18 PM, Paul Eggert wrote:
> On 01/26/2016 01:57 PM, Florian Weimer wrote:
>> One change you can make*today*  is to include <malloc.h> in src/emacs.c
>> (conditionally for dlmalloc), and not just the autoconf test case.
> 
> Emacs has included <malloc.h> for decades, in src/alloca.c, so this part
> is already done.

But this file does not use any of the deprecated (or
soon-to-be-deprecated) identifiers.

The deprecation warnings I'm talking about are not #warning directives
in the header file.  You only get them if you use the very identifiers
annotated with deprecation warnings (or if you use a preprocessor macro
that is subject to a warning hack).

Florian


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