Bug 27583

Summary: reconciling allocates megabytes of memory in seconds of typing
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3 Keywords: performance
Version: 2.1   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Adam Kiezun CLA 2002-12-03 10:57:08 EST
20021127
after 10 seconds of typing inside 1 method 2-3 MB of Object[] (not counting 
other things) are created

77% of that is from within WorkingCopy.reconcile()

i do not know enough about that code to suggest any solutions here :-(
Comment 1 Philipe Mulet CLA 2002-12-03 12:49:38 EST
Parser is creating objects, but I suspect it isn't the only one. Bridging is 
probably costly too.
Comment 2 Philipe Mulet CLA 2003-01-28 10:04:40 EST
Closing, compiling is involving lots of object allocations (reconcile with 
errors is needing compile).