Bug 3039

Summary: Performance improvement on XML parsing (startup) (1GENB0I)
Product: [Eclipse Project] Platform Reporter: Debbie Wilson <debbie_wilson>
Component: ResourcesAssignee: Debbie Wilson <debbie_wilson>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M2   
Hardware: All   
OS: All   
Whiteboard:

Description Debbie Wilson CLA 2001-10-10 22:48:17 EDT
Currently the class PluginParser uses a series of vectors called scratchVectors to hold temporary
information.  Using the objectStack instead of these scratchVectors could give us a performance
gain on startup.


NOTES:

JM (6/5/2001 10:18:44 PM)
	Defer
Comment 1 DJ Houghton CLA 2001-10-24 06:41:55 EDT
PRODUCT VERSION:
0.116


Comment 2 Debbie Wilson CLA 2002-01-16 13:25:10 EST
All scratch vectors except those for extensions and extension points have been 
removed.  These must remain as extensions and extension points can appear in 
any order within a plugin or fragment (i.e. you have 2 extensions, 3 extension 
points, another extension, 4 more extension points, etc.).