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

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

[debbugs-tracker] bug#17604: closed (dfa: avoid to clear a transition ta


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#17604: closed (dfa: avoid to clear a transition table for initial state)
Date: Tue, 27 May 2014 00:57:01 +0000

Your message dated Mon, 26 May 2014 17:55:50 -0700
with message-id <address@hidden>
and subject line Re: bug#17605: [PATCH] dfa: simplify building intial state
has caused the debbugs.gnu.org bug report #17604,
regarding dfa: avoid to clear a transition table for initial state
to be marked as done.

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


-- 
17604: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17604
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: dfa: avoid to clear a transition table for initial state Date: Tue, 27 May 2014 08:49:26 +0900
If number of DFA states reaches at 1024, all transition tables are
cleared in build_state() in order to avoid out-of-memory.  However, for
initial state that shouldn't be done, because it's always used.

BTW, this patch enables to revert a previous patch "grep: do not count
newline before the start  of buffer", because no longer the code is never
be run through at a first character of a text.

Attachment: 0001-dfa-avoid-to-clear-a-transition-table-for-initial-st.patch
Description: Text document

Attachment: 0002-dfa-revert-grep-do-not-count-newline-before-the-star.patch
Description: Text document


--- End Message ---
--- Begin Message --- Subject: Re: bug#17605: [PATCH] dfa: simplify building intial state Date: Mon, 26 May 2014 17:55:50 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
Thanks, I've pushed those changes, along with the changes for Bug#17604.


--- End Message ---

reply via email to

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