Delphi Feel The Lightning Speed Of The Delphi Compiler For Maximum Productivity!

FireWind

Свой
Регистрация
2 Дек 2005
Сообщения
1,957
Реакции
1,199
Credits
4,009
Feel The Lightning Speed Of The Delphi Compiler For Maximum Productivity!
November 20, 2020 By Muminjon

In this demonstration, you can see the speed of Delphi compiler which compiles one million lines of code in 5 seconds! This is epic!
This demonstration has done using Delphi 10.1 Berlin version. Since then, we have got big major updates, compiler enhancements, and Delphi language enhancements. Be sure to check out the latest update in this post:
Скрытое содержимое могут видеть только пользователи групп(ы): Местный, Premium, Свои
1 Million Lines of Code:
  • 18,000 pages of printed text
  • 14 copies of War and Peace
  • 25 copies of Ulysses
  • 63 copies of Catcher in the Rye

Improving Compile Times

  • Library packages – Built-in, 3rd party, and shared libraries are precompiled so they don’t need compilation with each build
  • Precompiled units – Only new compile the units that change since the last compile
  • Divide large projects into multiple smaller packages
  • Inlining compiler optimizations, run time packages, optional debugging, and RTTI
Watch the demonstration and feel the speed!