Skip to main content

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


My concerns are relative to https://bugs.eclipse.org/bugs/show_bug.cgi?id=89281.

If this dom/ast tree is kept around for a while, it might be worthwhile to fully initialize requested units in order to be able to clean them up. The biggest issue is that doing this can penalized the creation of the tree. It is a trade-off between memory and speed.

Let me know if you have any opinion on that. I'll try to create performance tests for this PR. The problem is that simply doing a test once the tree is created might appear as a regression whereas using the tree in the UI might appear as an improvement.

Olivier

Back to the top