Skip to content

I20220317-1800

@iloveeclipse iloveeclipse tagged this 17 Mar 08:15
If JDT builder decides to request rebuild for some projects, it should
be more specific and provide the exact project set to be built.

E.g. today JDT may request project rebuild for only two projects in the
workspace containing 1000 projects - the build loop still will need to
loop over all 1000 projects and cause unneeded overhead.

By providing exact projects thar require rebuild, JDT may reduce overall
build overhead for all other unrelated projects.

This change depends on new resources API in
https://git.eclipse.org/r/c/platform/eclipse.platform.resources/+/191538

Change-Id: Idff2cb8d257a507817a43ad7123def030c19e486
Reviewed-on: https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/191874
Tested-by: JDT Bot <jdt-bot@eclipse.org>
Reviewed-by: Andrey Loskutov <loskutov@gmx.de>
Assets 2
Loading