bugs

来自「lzo-1.08-src.zip 高效的压缩解压代码」· 代码 · 共 22 行

TXT
22
字号
============================================================================LZO -- a real-time data compression library============================================================================LZO is free of any known bugs.Nevertheless LZO has been reported to break the optimizer of somecompilers including gcc 2.7.2.1 (AIX, IRIX) and Watcom C 9.5.So if `ltest' reports data decompression errors you should recompileeverything without optimizations and see if that fixes the problem.I'd like to hear about optimizer problems and possible workarounds.Known compiler problems:------------------------  some versions of gcc    use `-O2 -fno-strength-reduce'  some versions of gcc    use `-O2 -fno-schedule-insns -fno-schedule-insns2'  Watcom C 9.5            compile with `-oneax' instead of `-oneatx'

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?