浏览代码

Add comment.

Martijn Laan 11 月之前
父节点
当前提交
d66051ac4c
共有 1 个文件被更改,包括 2 次插入1 次删除
  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;