Comment on Writing a C compiler in 500 lines of Python (2023)parentComments−MarsIronPI1yAs an ex-Gentoo user I can confirm that compiling speed still matters on certain machines.−markus_zhang1yI have never worked as a system programmer so I never had the need to compile something big. I guess it could be an issue with very large software like Oracle Database, the Linux kernel and other similar stuffs.−rini171yThe kernel is quite okay. On the other hand, qtwebengine..
Comments
As an ex-Gentoo user I can confirm that compiling speed still matters on certain machines.
I have never worked as a system programmer so I never had the need to compile something big. I guess it could be an issue with very large software like Oracle Database, the Linux kernel and other similar stuffs.
The kernel is quite okay. On the other hand, qtwebengine..