Explorar o código

* increased AsmOutSize from 32kb to 128kb, makes external assembling a
little faster

git-svn-id: trunk@6165 -

Jonas Maebe %!s(int64=18) %!d(string=hai) anos
pai
achega
228943271f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/assemble.pas

+ 1 - 1
compiler/assemble.pas

@@ -39,7 +39,7 @@ interface
        { maximum of aasmoutput lists there will be }
        maxoutputlists = 20;
        { buffer size for writing the .s file }
-       AsmOutSize=32768;
+       AsmOutSize=32768*4;
 
     type
       TAssembler=class(TAbstractAssembler)