From kdevelop-bugs Fri Feb 25 18:47:08 2005 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Fri, 25 Feb 2005 18:47:08 +0000 To: kdevelop-bugs Subject: [Bug 78978] Runs out of memory when importing generic C++ project Message-Id: <20050225184708.505.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306934506589 ------- 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=78978 ------- Additional Comments From paragw excite com 2005-02-25 19:47 ------- KDevelop-3.2.0 from Today's CVS (25 Feb 2005) - still eats up all the memory and the OOM killer has to step in to kill it. BTW, the way source code parsing is done is very wasteful - Why do we need to parse all 16841 files from Linux kernel source for example at one time? It has to be on demand - we need to parse a file and all it's dependencies only when it is opened. It is so slow and takes up above 90% CPU all of the time. (Inspite of that it doesn't complete but...)