emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: i18n/l10n summary


From: Paul Eggert
Subject: Re: i18n/l10n summary
Date: Sat, 2 Dec 2017 21:43:28 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

I wrote on 2017-06-04:
Philipp Stephani wrote:
It's not hard to fix,

Thanks. However, on my platform those fixes slowed down a microbenchmark (format "%d %s %c" 3 "def" ?‘) by 7%, so I installed the attached further patch, which recovered the performance loss for me.

Oops, that introduced an off-by-one error that caused Emacs to access one past the end of the 'info' array. To fix this I installed the attached further patch into emacs-26 and merged emacs-26 into master.

Attachment: 0001-Fix-bug-in-i18n-l10n-optimization.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]