Bug 3039 - Performance improvement on XML parsing (startup) (1GENB0I)
Summary: Performance improvement on XML parsing (startup) (1GENB0I)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.0 M2   Edit
Assignee: Debbie Wilson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:48 EDT by Debbie Wilson CLA
Modified: 2002-02-07 16:59 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 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.).