home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 936 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  633 b 

  1. Path: news.production.compuserve.com!news
  2. From: Wolf Faust <100116.1070@CompuServe.COM>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Is this a SAS/C bug or have I coded it wrong?
  5. Date: 13 Jan 1996 02:03:52 GMT
  6. Organization: CompuServe, Inc. (1-800-689-0736)
  7. Message-ID: <4d73u8$lve$2@mhafc.production.compuserve.com>
  8. References: <4cfrc5$gsc@misery.millcomm.com>
  9.  
  10. Try disabling the SAS Peephole optimizer (NOOPTPEEP option). I had 
  11. several bugs in my code because of the optimizer. I checked the 
  12. assembler code and after several days it clearly turned out, that 
  13. when disabling the peephole optimizer the code would be fine...
  14.