Procházet zdrojové kódy

Merge branch 'main' into IS7ZipDec

Martijn Laan před 11 měsíci
rodič
revize
c946b50c36
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      Projects/Src/Compression.LZMADecompressor.pas

+ 2 - 1
Projects/Src/Compression.LZMADecompressor.pas

@@ -94,7 +94,8 @@ const
   MaxDictionarySize = 1024 shl 20;  { 1 GB - same as ssLZMADictionarySize allows in Compile.pas }
   MaxDictionarySize = 1024 shl 20;  { 1 GB - same as ssLZMADictionarySize allows in Compile.pas }
 
 
 { Compiled by Visual Studio 2022 using compile.bat
 { Compiled by Visual Studio 2022 using compile.bat
-  To enable source debugging recompile using compile-bcc32c.bat }
+  To enable source debugging recompile using compile-bcc32c.bat
+  Note that in a speed test the code produced by bcc32c was about 33% slower }
 {$L Src\Compression.LZMADecompressor\Lzma2Decode\ISLzmaDec.obj}
 {$L Src\Compression.LZMADecompressor\Lzma2Decode\ISLzmaDec.obj}
 
 
 function IS_LzmaDec_Init(var state: TLZMA1InternalDecoderState;
 function IS_LzmaDec_Init(var state: TLZMA1InternalDecoderState;