You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by Harbs <ha...@gmail.com> on 2018/02/26 15:51:11 UTC

Interesting performance observation

I discovered that how the compiler is run can make a very big difference in compile times.[1]

My unscientific observations seem to indicate that running the compiler from a Java process can more than double the compiler times of a release build. I’m seeing about a 30% increase in debug build times as well.

FWIW,
Harbs

[1]https://github.com/BowlerHatLLC/vscode-nextgenas/issues/178 <https://github.com/BowlerHatLLC/vscode-nextgenas/issues/178>