Jump to content

ŁukaszDe

Members
  • Content Count

    92
  • Joined

  • Last visited

Posts posted by ŁukaszDe


  1. @Marco Cantu

    Project with 1,5 milion line of code. Compilation in 10.3.3 with IdeFixPack = 38s:

    image.thumb.png.f873c6a626b719c3ae02b59f88f93839.png

     

    I do one test, I turned off only patch UnitFindByAlias. Time of compilation = 1.55min

     

    image.thumb.png.5068a893c89433ec698c9441f1cc5dcd.png

     

    Commands to test it for others:

    image.thumb.png.371faa39f4528babb08cb96ff6c3087b.png

     

    Option in Project > Options > Building > Delphi Compiler > Unit Aliases is empty in my project.

     

     

    • Like 3

  2. 1,5M lines of code. I'm still on 103.3 😞

     

    @jbg:

    17 hours ago, haentschman said:

    Hi...:classic_cool:

    Question to Andreas: We can expect it?...sometime. :classic_rolleyes:

     

    Great Work...Thanks.

    From IdeFixPack probably we need just these patches

    • Compiler.Optimization
    • Compiler.BackgroundCompilerFileExists
    • Compiler.DirectorySearch;
    • Compiler.UnitFindByAlias
    • Compiler.CacheControl
    • Compiler.CompareFileName

  3. 16 hours ago, dummzeuch said:

    Why do you use .pas as the file extension?

    http://docs.embarcadero.com/products/rad_studio/delphiAndcpp2009/HelpUpdate2/EN/html/devcommon/compdirsincludefile_xml.html

     

    Quote

    The $I parameter directive instructs the compiler to include the named file in the compilation. In effect, the file is inserted in the compiled text right after the {$I filename} directive. The default extension for filename is .pas. 

    There is also written:

    Quote

    If filename does not specify a directory path...

    So should be a path to included file?

×