mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
![]() Optimize MSVCBuildCommandParser.unescapeString. Instead of running a Matcher/replaceAll every time, check first if the string contains the characters to unescape first. Finding a substring in a string is much faster than matching a pattern so this saves quite a bit of time on large MSVC projects since many options will not have the characters needed to be unescaped. Change-Id: If2ad7892c29374458d5de446d4492ce3ba576c9c Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com> |
||
---|---|---|
.. | ||
org.eclipse.cdt.msw-feature | ||
org.eclipse.cdt.msw.build | ||
org.eclipse.cdt.msw.build.tests | ||
pom.xml |