|
From: | Paul Eggert |
Subject: | Re: When should ralloc.c be used? |
Date: | Sun, 23 Oct 2016 22:11:21 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 |
Stefan Monnier wrote:
in neither case do I see REL_ALLOC enabled.
It looks like you are using the master branch. I think Eli is worried more urgently about the emacs-25 branch. For emacs-25 with bleeding-edge glibc, I would expect:
Should Emacs use the GNU version of malloc? yes Should Emacs use a relocating allocator for buffers? yes Should Emacs use mmap(2) for buffer allocation? no because emacs-25 will compile both gmalloc.o and ralloc.o on such a platform.
[Prev in Thread] | Current Thread | [Next in Thread] |