Bug 28104 - 33 Parsers and 35 Scanners created when opening a type hiearchy
Summary: 33 Parsers and 35 Scanners created when opening a type hiearchy
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2002-12-11 11:27 EST by Adam Kiezun CLA
Modified: 2002-12-18 04:55 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kiezun CLA 2002-12-11 11:27:47 EST
20021210
maybe some could be reused

the type was Test from junit 3.7
1M of RAM is allocated by this scanner creation
Comment 1 Philipe Mulet CLA 2002-12-12 17:24:30 EST
Each participants in the hierarchy is using its own parser, we could indeed try 
to reuse some (then a parser allocates its own scanner).
Comment 2 Jerome Lanneluc CLA 2002-12-14 09:47:47 EST
Changed HierarchyResolver to reuse parser.
Comment 3 David Audel CLA 2002-12-18 04:55:51 EST
Verified.