![]() | |
![]() ![]() |
![]() | Imperfect C++ Practical Solutions for Real-Life Programming By Matthew Wilson |
Table of Contents | |
Appendix A. Compilers and Libraries |
A.1. CompilersI used the following compilers from nine organizations in the research for the book:
Of these, the following are completely freely available:
The following are freely available in some form:
The following are commercially available:
Even when not freely available in some form, most of these vendors also offer free trials. I'm not going to offer any comparative advice in this forum, as there are plenty of comparison articles to be found by even halfhearted searches on the net. You've probably already picked up my impressions of most of them from the discussions throughout the book. In any case, I'm a big believer in using several compilers in your work, rather than sticking to just one (see Appendix D); every one of these compilers has offered useful warnings that all the others missed. I'd like to thank all these vendors for being kind enough to supply me with their tools for use in the preparation of the book. It's great to see such a supportive spirit evinced by the smallest compiler teams (the smallest is one man: Digital Mars's Walter Bright) all the way up to some of the world's largest IT companies. It's much appreciated. A.1.1 Compiler OptimizationsWherever the performance of code has been measured, rather than just verifying correctness, all compilations have been conducted with maximum speed optimization and targeted (as much as is possible) at the host system processor, a Pentium IV. The settings for the compilers on Win32 were as follows:
![]() |
![]() | |
![]() ![]() |