[Github-comments] [geany/geany] Autotools: Really slow on Windows (#2305)

elextr notifications at xxxxx
Mon Sep 16 00:46:04 UTC 2019


Agree its known that autotools configure is slow on windows because of the process spawning, but its only run once in a blue moon so I doubt there is much return in improving it.

One comment on the VM case, its a known issue (benchmarks on Phoronix and acknowledged by MS for WSL) that Linux on Windows file IO is slow (compared to native Linux) and could account for much of the slowness there.  That also agrees with linking being slow, since it is the one process that accesses the most files, all the `.o` ones.  Also there is the thing of creating `.o` and `.lo` files for the same source.  

Not sure why the incremental build is slower on windows native, are you sure its building the same things?  And of course GNU ld linking to windows libraries via MSYS2 might not be terribly optimised??



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2305#issuecomment-531614810
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190915/f1be04f8/attachment.html>


More information about the Github-comments mailing list