home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!sun-barr!west.West.Sun.COM!male.EBay.Sun.COM!loopkill!pauln
- From: pauln@loopkill.EBay.Sun.COM (Paul Nguyen)
- Newsgroups: comp.lang.c++
- Subject: Optimized C++ library
- Date: 22 Jan 1993 00:48:41 GMT
- Organization: Sun Microsystems, Inc.
- Lines: 14
- Distribution: world
- Message-ID: <1jng9aINN39s@male.EBay.Sun.COM>
- Reply-To: pauln@loopkill.EBay.Sun.COM
- NNTP-Posting-Host: loopkill.ebay.sun.com
-
-
- We have an application that runs OK when all the libraries were compiled with the
- -g option. But when the libraries were re-compiled with -O for optimization. The
- application seems to crash randomly in one of the library. The library that it
- crashes in was entirely written in C++ with inheritance, etc...
-
- Is it possible that compiling with -O uncovered a bug?
-
-
-
- Thanks,
- Paul
-
-
-