unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [RFC] Replacing malloc_get_state functionality.
@ 2014-02-20 23:29 Ondřej Bílka
  2014-02-21  7:38 ` Paul Eggert
  0 siblings, 1 reply; 8+ messages in thread
From: Ondřej Bílka @ 2014-02-20 23:29 UTC (permalink / raw)
  To: emacs-devel

Hi,

I as glibc contributor want to ask how feasible is replacing 
malloc_get_state functionality in unexec by something else. 
If so we could deprecate it for new binaries and use better malloc.

In libc having to support it increases our maintaince burden and
indirectly harms performance of most applications as this gets in the
way of neccessary optimizations.

There are several ways how to do this, one would be use generic dump
framework, second would be separate malloc into standalone library and
linking with that would ensure it would work forever. Or some other way
that I am unaware of?

Ondra



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-03-04 10:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-20 23:29 [RFC] Replacing malloc_get_state functionality Ondřej Bílka
2014-02-21  7:38 ` Paul Eggert
2014-02-24 15:05   ` Ondřej Bílka
2014-02-24 15:31   ` Andreas Schwab
2014-02-24 20:01     ` Stefan Monnier
2014-02-24 23:51       ` Daniel Colascione
2014-02-25  2:11         ` Paul Eggert
2014-03-04 10:31         ` Ondřej Bílka

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).