This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug regex/611] regex with a long character sequence requires huge stack space


------- Additional Comments From bonzini at gnu dot org  2004-12-27 09:57 -------
This patch, introducing generic visitors, may also help in the elimination of 
CONCAT nodes, which are a memory hog.  They could be replaced (together with 
the calc_first pass) with a linked list of the binary trees that are 
concatenated.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=611

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]