CMake replacing Autotools?
Vladimir Kempik
vkempik at azul.com
Fri Mar 19 10:12:00 UTC 2021
Hello
On macmini m1 jdk in default config can be built in about 4 minutes. (make images)
I might guess autotools aren't the slowest thing.
Regards, Vladimir
Andrew Haley <aph at redhat.com> 19 марта 2021 г. 13:04:38 написал:
On 3/19/21 9:22 AM, Thomas Stüfe wrote:
2. More choices to actually build the project: Use integrated build
tools of IDEs (Visual Studio, Xcode) or use Ninja, which is faster than
gmake
Is gmake really where we lose time? Did you analyze this or is this just an
assumption? I would have thought it's things like single threaded jmod,
jlink, and subprocess spawning.
I'm sure it is. The other slow thing is linking HotSpot.
--
Andrew Haley (he/him)
Java Platform Lead Engineer
Red Hat UK Ltd. <https://www.redhat.com>
https://keybase.io/andrewhaley
EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671
More information about the build-dev
mailing list