home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lzo100.zip / lzo-1.00 / BUGS < prev    next >
Text File  |  1997-07-13  |  811b  |  22 lines

  1. ============================================================================
  2. LZO -- a real-time data compression library
  3. ============================================================================
  4.  
  5. LZO is free of any known bugs.
  6.  
  7. Nevertheless LZO has been reported to break the optimizer of some
  8. compilers including gcc 2.7.2.1 (RS6000, IRIX) and Watcom C 9.5.
  9.  
  10. So if `lzo_test' reports data decompression errors you should recompile
  11. everything without optimizations and see if that fixes the problem.
  12. I'd like to hear about optimizer problems and possible workarounds.
  13.  
  14.  
  15. Known compiler problems:
  16. ------------------------
  17.   gcc + i386            compile with `-O2 -fno-strength-reduce'
  18.   gcc + RS6000          compile with `-O2 -fno-schedule-insns'
  19.   Watcom C 9.5        compile with `-oneax' instead of `-oneatx'
  20.  
  21.  
  22.