emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#21232: closed ([PATCH] dfa: remove range, collatin


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#21232: closed ([PATCH] dfa: remove range, collating element and equivalent class support for multibyte locales)
Date: Wed, 12 Aug 2015 14:52:02 +0000

Your message dated Wed, 12 Aug 2015 07:51:55 -0700
with message-id <address@hidden>
and subject line Re: bug#21232: [PATCH] dfa: remove range, collating element 
and equivalent class support for multibyte locales
has caused the debbugs.gnu.org bug report #21232,
regarding [PATCH] dfa: remove range, collating element and equivalent class 
support for multibyte locales
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
21232: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21232
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] dfa: remove range, collating element and equivalent class support for multibyte locales Date: Tue, 11 Aug 2015 20:18:37 +0900
Now DFA does not support collating element and equivalent class for
multibyte locales at all, as POSIX does not give us any APIs to refer
to locale data to support them.

Even if DFA has supported them, they will be very slow and other codes
will be prevented from optimizing.

This patch removes codes to support them.

Attachment: 0001-dfa-remove-range-collating-element-and-equivalent-cl.patch
Description: Text document


--- End Message ---
--- Begin Message --- Subject: Re: bug#21232: [PATCH] dfa: remove range, collating element and equivalent class support for multibyte locales Date: Wed, 12 Aug 2015 07:51:55 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 Thanks, I installed that patch. If you configure with --enable-gcc-warnings (which I recommend), the patch causes GCC to complain about an unused variable wc2. I fixed that by installing the attached further patch, which adds a minor optimization.

Attachment: 0001-dfa-optimize-x-x.patch
Description: Text Data


--- End Message ---

reply via email to

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