Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!rex!uflorida!kluge!serss0.fiu.edu From: acmfiu@serss0.fiu.edu (ACMFIU) Newsgroups: comp.sys.apple2 Subject: orca/c optimizations Message-ID: <3070@kluge.fiu.edu> Date: 28 Mar 91 04:42:22 GMT Sender: news@kluge.fiu.edu Organization: Florida International University, Miami Lines: 11 there has been some discussion here about orca/c's optimize pragma not being totally reliable. i hope those of you making these claims are 100% sure you are giving the compiler PERFECT C code. this is the only code that orca/c's optimizer is guaranteed to work on. there are "checks" that are disabled when you have optimized code and therefore you had better make sure your C code is perfect. i would suggest generally setting certain bits in the optimize pragma rather than using '-1'. albert