[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Feature freeze on October 1
From: |
Eli Zaretskii |
Subject: |
Re: Feature freeze on October 1 |
Date: |
Mon, 17 Sep 2012 19:07:37 +0300 |
> From: Chong Yidong <address@hidden>
> Date: Sun, 16 Sep 2012 09:55:48 +0800
>
> The trunk is just about ready to go into feature freeze for the 24.3
> release. We will begin the freeze on October 1, a couple of weeks from
> now. If you are working on a feature that you'd like included in 24.3,
> please commit it before October 1 or ask for an extension.
Can we please get rid of the memory allocation (in load_charset_map)
during a call to maybe_unify_char, which already caused trouble during
release of 24.2? I had a couple of crashes in Emacs 24.2 lately, all
of them inside ralloc.c. I'm currently trying a change that could
avoid the crashes, but I think the ultimate fix would be not to
disable relocation at all, as ralloc.c was probably not really
designed for that.
Perhaps Handa-san could describe what would it take to get rid of
maybe_unify_char, or at least the large memory allocation inside it?
Then we could decide whether I or someone else could do that in time,
if Handa-san cannot.
TIA.
- Feature freeze on October 1, Chong Yidong, 2012/09/15
- Re: Feature freeze on October 1, Daniel Colascione, 2012/09/16
- Re: Feature freeze on October 1, David Engster, 2012/09/16
- Re: Feature freeze on October 1, Bastien, 2012/09/16
- Re: Feature freeze on October 1,
Eli Zaretskii <=
- Re: Feature freeze on October 1, Stefan Monnier, 2012/09/17
- Re: Feature freeze on October 1, Eli Zaretskii, 2012/09/17
- Re: Feature freeze on October 1, Stefan Monnier, 2012/09/17
- Re: Feature freeze on October 1, Eli Zaretskii, 2012/09/21
- Re: Feature freeze on October 1, Stefan Monnier, 2012/09/21
- Re: Feature freeze on October 1, Kenichi Handa, 2012/09/22
- Re: Feature freeze on October 1, Eli Zaretskii, 2012/09/24
- Re: Feature freeze on October 1, Eli Zaretskii, 2012/09/25
- Re: Feature freeze on October 1, Kenichi Handa, 2012/09/25
- Re: Feature freeze on October 1, Eli Zaretskii, 2012/09/25