|
|
|
|
|
by pjmlp
2852 days ago
|
|
In that comparison you forgot the part of turning off optimizations so that the code quality is similar to what Go standard compiler spends time doing. The compilation speed drop is easily seen when using gccgo instead. A side note for Delphi, it is still relatively used in European enterprises, with an yearly conference in Germany. And I could have mentioned other languages like Eiffel, with their mixed JIT for development and AOT via C compilers for final delivery. |
|