Compiler optimization...
Thank you to everyone who responded quickly and effectively. We are happy to anounce that we are successfully migrated to Solaris 10 Sun one Studio 11.
By the way we are planning to turn on the optimization. I have plenty of information. Could you please suggest me few documents which provides maximum information?
-Saravanan Kannan
[352 byte] By [
mlbgets] at [2007-11-26 10:34:52]

# 1
The C++ Users Guide has Tables showing options related to optimization, among other things. See especially table 3.3.10. You can look up the options in the Appendix that lists all the options. The C Users Guide does not have the same tables, but it has essentially the same optimization options.
The Sun Developers Network (developers.sun.com) has a lot of other documentation. See escpecailly
http://developers.sun.com/prodtech/cc/reference/index.jsp
From the Refernce tab, follow the Technical Articles link, and select Programming for Performance. You will find many articles on improving program performance, including how to select compiler options.