6 ms·
What's the rough scale of "disgusting" here?
by dkarlovi 6y ago
What's the rough scale of "disgusting" here?
- sangfroid_bio 6y agoCompilation speed comparable to template heavy C++, a large difference compared to Go for similarly sized projects
- chubot 6y agoOne observation on LLVM Building LLVM from source, I was told in another forum, took 26 minutes across 16 cores on a top-end machine (ie. several hours on one core). I guess I don't need to build LLVM(?) https://old.reddit.com/r/ProgrammingLanguages/comments/hhxisw/how_practical_is_llvm_really/ https://old.reddit.com/r/ProgrammingLanguages/comments/hhxis...
- rapsey 6y agoChromium 5h+
- secondcoming 6y agoIt took my 4-core i4790K ~4 hours to compile tensorflow. Part of the build process builds LLVM...
- rurban 6y agoLike with Scala. Over 5 minutes for normal executable sizes.
- oldmanhorton 6y agoChromium will easily take 5 or 6 hours for a clean build on a good professional workstation (i7/i9/low end xeon, 32-64GB RAM, nvme ssd).
- floatboth 6y agoHow?! I can build LLVM, Rust and Firefox in less time on my R7 1700. How is Chromium so bloated??
- Bjartr 6y agoIs guess because Google devs have Google infrastructure to accelerate & paralellize builds in a distributed manner. Build time ends up being a pretty low priority to improve when the primary contributors to the project don't have a problem with it.
- sgerenser 6y agoThis guy did it in 53 minutes on a 16-core 3950x with a fast ssd: https://textslashplain.com/2020/02/02/my-new-chromium-build-pc/ https://textslashplain.com/2020/02/02/my-new-chromium-build-... Not fast by any means but big difference between 6 hours and 1.