[Bug 65659] make for large projects halts main application UI

Justin Randall logic at jrlogic.dyndns.org
Fri Oct 10 02:41:04 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=65659     




------- Additional Comments From logic at jrlogic.dyndns.org  2003-10-10 02:40 -------
This is 100% reproducable by adding a ton of -Iblah to INCLUDES in the kdevelop 
project itself. The larger INCLUDES becomes, the worse kdevelop performs. So, the 
more input the "directory change" parser(s) see, the worse kdevelop performs, slowing 
the build and halting any interaction with the UI.  
 
affected code: parts/outputviews/directorystatusmessagefilter.cpp:84 (regex 
declaration in DirectoryStatusMessageFilter::matchEnterDir) 
 
and 
parts/outputviews/directorystatusmessagefulter.cpp:151 (other regex declaration in 
DirectoryStatusMessageFilter::matchLeaveDir)




More information about the KDevelop-devel mailing list