[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: When should ralloc.c be used?
From: |
Paul Eggert |
Subject: |
Re: When should ralloc.c be used? |
Date: |
Mon, 24 Oct 2016 09:54:24 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 |
On 10/24/2016 09:39 AM, Eli Zaretskii wrote:
Right, so I'd like your opinion and comments about the possible
solutions proposed so far:
. Build with gmalloc but without ralloc.
This goes back to what we were doing, no?
. Back-port the HYBRID_MALLOC changes from master. Not sure if the
patch is simple and safe enough, or whether the result is tested
well enough to have that on emacs-25.
This sounds riskier.
. Build with gmalloc and use mmap for buffer text allocation.
This also sounds riskier.
How about the attached patch for emacs-25? Basically, it says "use
ralloc.c only if requested via './configure REL_ALLOC=yes'". I assume
that this patch need not be ported to master, due to HYBRID_MALLOC. I
haven't tested this.
ralloc.diff
Description: Text Data
- Re: When should ralloc.c be used?, (continued)
- Re: When should ralloc.c be used?, Paul Eggert, 2016/10/24
- Re: When should ralloc.c be used?, Eli Zaretskii, 2016/10/24
- Re: When should ralloc.c be used?, Andreas Schwab, 2016/10/24
- Re: When should ralloc.c be used?, Eli Zaretskii, 2016/10/24
- Re: When should ralloc.c be used?, Paul Eggert, 2016/10/24
- Re: When should ralloc.c be used?, Eli Zaretskii, 2016/10/24
- Re: When should ralloc.c be used?,
Paul Eggert <=
- Re: When should ralloc.c be used?, Eli Zaretskii, 2016/10/24
- Re: When should ralloc.c be used?, Paul Eggert, 2016/10/25
- Re: When should ralloc.c be used?, Eli Zaretskii, 2016/10/25
- Re: When should ralloc.c be used?, Jérémie Courrèges-Anglas, 2016/10/28
- Re: When should ralloc.c be used?, Jérémie Courrèges-Anglas, 2016/10/28
- Re: When should ralloc.c be used?, Eli Zaretskii, 2016/10/28
- Re: When should ralloc.c be used?, Stefan Monnier, 2016/10/26
- Re: When should ralloc.c be used?, Andreas Schwab, 2016/10/23
- Re: When should ralloc.c be used?, Eli Zaretskii, 2016/10/23
- Re: When should ralloc.c be used?, Andreas Schwab, 2016/10/23