Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-ui-dev] Question concerning the reconciler


Hi,

In order to know how I can fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=89281, I'd like to know what operations are done on the DOM/AST tree once it is returned by the reconciler. I didn't see a performance test that is specific to the reconciling of a compilation unit.

The attached patch might end up with slower performance if the bindings like fields and methods are never requested for the requested units, but if these bindings are retrieved frequently, the patch won't impact the speed and it will save memory.

Olivier

Back to the top