Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Performance3.3"

(Equinox Framework)
(Platform UI)
Line 73: Line 73:
 
  ''Suspect that we have done all we can here. Will take one more look.''
 
  ''Suspect that we have done all we can here. Will take one more look.''
  
 +
<font color="#ff0000">[Contributions] Unnecessary plugin loading caused by PluginAction#isOkToCreateDelegate ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=131746 bug 131746])
 +
<b>Deferred to 3.4</b></font>
  
 
=== JDT Core ===
 
=== JDT Core ===

Revision as of 04:24, 18 April 2007

3.3 Performance And Leak Pass

This page contains the current list of items that jumped to our attention while looking at performance and leak problems. See the Performance page for general Eclipse project performance resources.

Plan

  1. each team investigates its red performance tests and creates bugs with 'performance' keyword where needed
  2. the team lead prioritizes (see below) bugs that have the performance keyword and looks out for other performance related bugs
  3. the team lead prioritizes bugs reporting leaks (add the 'performance' keyword so that we find them easily). Here is a bug list with 'leak' in the summary.
  4. each team starts investigating and fixing their bugs according to assigned priority with the help of the performance team


Fixed items are colored in green
Deferred items are colored in red

Priorities

The bugs we want to fix get a '3.3' or '3.3 M7' target milestone and the priority using the guidance below. The priority link takes you to the list of the corresponding open 3.3 performance or leak bugs. The ones that are suspected to have high impact are listed below per component.

P1

  • performance test degradations, especially when in the fingerprints
  • bugs that slow down the user in most common scenarios, e.g. full build on startup
  • leaks that happen in common scenarios and grow the memory each time

P2

  • bugs that obviously slow down the user
  • all other leaks that grow each time the scenario is repeated

P3

  • other performance bugs that should be addressed for 3.3
  • leaks that are not real leaks but holding on to last instance

Bugs With Possibly High Impact

Equinox Bundles

Core Headless Startup performance decresed for Eclipse 3.3 (bug 180219)

Equinox Framework

[build] full build after starting with a newly installed build (bug 174930) 

Platform Debug

RetargetAction should not update upon text selection change (bug 180441)

Platform Resources

URIUtil.toURI(IPath) and toURI(String) very expensive (bug 174148)
Not clear that this will have any impact on real user scenarios.
The particular performance test that demonstrated this was a micro-benchmark that doesn't seem to reflect real usage.
Dani: I added my comments to the bug report. John, please check and if there's nothing we can do we will remove it from this list.
ContentTypeMatcher does too much work (bug 182337)
Under investigation; code hasn't changed but there are more content types now.

Platform UI

[Commands] Commands takes 81% of the time to open a workbench window (bug 179725)
Under investigation; don't currently know what is going on.
[EditorMgmt] OpenMultipleEditorTest#testOpenMultipleEditors: running (bug 179578)
Under investigation; don't currently know what is going on. (Kent is assisting)
[Perspectives] PerspectiveSwitchTest#testPerspectiveSwitch 50% slower than M5 (bug 179581)
Suspect that we have done all we can here. Will take one more look.
[Contributions] Unnecessary plugin loading caused by PluginAction#isOkToCreateDelegate (bug 131746)
Deferred to 3.4

JDT Core

4% regression in build performance test #testFullBuildProjectAllWarnings (bug 176808)

PDE UI

Manifest builder is overzealous (bug 89782)

--Dani - 13:10 April 17, 2007 (EDST)

Back to the top