[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: When should ralloc.c be used?
From: |
Stefan Monnier |
Subject: |
Re: When should ralloc.c be used? |
Date: |
Mon, 24 Oct 2016 14:50:01 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
>> AFAIK, gmalloc+mmap-ralloc is a perfectly acceptable solution for
>> Emacs-25.2 with the new glibc, with no known problem.
> So you consider this preferable to the 2 alternatives I mentioned in
> http://lists.gnu.org/archive/html/emacs-devel/2016-10/msg00740.html
> ?
Not sure. AFAIU, gmalloc-mmap-ralloc suffers from fragmentation, which
was the reason why ralloc was written in the first place, so I would
tend to shy away from it, but I have not personally seen those problems,
so I don't have a strong opinion on this.
As for using HYBRID_MALLOC, that would be a better solution I think, but
I haven't looked at the corresponding patch, so I don't know how safe it is.
Stefan
- Re: When should ralloc.c be used?, (continued)
- Re: When should ralloc.c be used?, Ken Raeburn, 2016/10/24
- Re: When should ralloc.c be used?, Eli Zaretskii, 2016/10/25
- Re: When should ralloc.c be used?, Eli Zaretskii, 2016/10/24
- Re: When should ralloc.c be used?, Stefan Monnier, 2016/10/24
- Re: When should ralloc.c be used?, Eli Zaretskii, 2016/10/24
- Re: When should ralloc.c be used?, Stefan Monnier, 2016/10/24
- Re: When should ralloc.c be used?, Eli Zaretskii, 2016/10/24
- Re: When should ralloc.c be used?,
Stefan Monnier <=
- Re: When should ralloc.c be used?, Eli Zaretskii, 2016/10/24
- Re: When should ralloc.c be used?, Richard Stallman, 2016/10/24
- Re: When should ralloc.c be used? (WAS: bug#24358), Richard Stallman, 2016/10/23
- Re: When should ralloc.c be used? (WAS: bug#24358), Paul Eggert, 2016/10/23
- Re: When should ralloc.c be used? (WAS: bug#24358), Eli Zaretskii, 2016/10/24
- Re: When should ralloc.c be used? (WAS: bug#24358), Richard Stallman, 2016/10/24
- Re: When should ralloc.c be used? (WAS: bug#24358), Eli Zaretskii, 2016/10/24
- Re: When should ralloc.c be used? (WAS: bug#24358), Richard Stallman, 2016/10/24
- Re: When should ralloc.c be used? (WAS: bug#24358), Paul Eggert, 2016/10/25
- Re: When should ralloc.c be used? (WAS: bug#24358), Eli Zaretskii, 2016/10/25