bug-grep
[Top][All Lists]
Advanced

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

bug#18777: [PATCH] dfa: improvement for checking of multibyte character


From: Paul Eggert
Subject: bug#18777: [PATCH] dfa: improvement for checking of multibyte character boundary
Date: Tue, 16 Dec 2014 16:06:54 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

Norihiro Tanaka wrote:
However, first it is no longer portable after
remove it.

"portable"? This issue is independent of platform, surely. By "portable" did you mean "robust in the presence of future changes?

Second if it is compiled with GCC 4.3 or later, the function
is inlined by and "WCP == NULL &&" will be pruned.

True, but I wasn't worried so much about that. I was worried about the case where WCP != NULL: there, the inlined function will be slower because it won't use the faster approach of checking always_character_boundary[*p]: it'll always use the much-slower loop.





reply via email to

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