GNU bug report logs -
#22086
25.1.50; [PATCH] Integrate the musl hybrid malloc patch for elf systems
Previous Next
Reported by: Wolfgang Jenkner <wjenkner <at> inode.at>
Date: Thu, 3 Dec 2015 18:02:01 UTC
Severity: important
Tags: patch
Found in version 25.1.50
Done: Paul Eggert <eggert <at> cs.ucla.edu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Wolfgang Jenkner wrote:
>> If we don't need the static heap, then let's ditch it.
>
> Is it needed for what you have in mind?
I hope not. Perhaps it is needed for Cygwin, for reasons I don't understand. If
it is needed then obviously we should keep it, and use the hybrid allocator. If
not, not.
>> Regardless, we
>> shouldn't be trying to redefine 'malloc', nor should we be supplying
>> our own allocator merely because that was a good idea back in 1989.
>
> Isn't this a minor problem since it concerns only those systems which
> will still need the malloc from src/gmalloc.c after dumping (non-ELF
> unix-like systems)?
Yes, it's a minor problem, in that none of these systems actually need gmalloc.c
any more. If I understand things correctly, the main "problem" here (and it is
a good problem to have) is that we need to carefully excise gmalloc.c out of
Emacs, without breaking things.
This bug report was last modified 9 years and 101 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.