Date: 07/19/05 (Java Web) Keywords: no keywords The fundamental questions There are two questions that you need to ask when compiling your program: 1. What do I know about the platforms that this program will run on? 2. What do I know about the assumptions that are made in the code? The answers to these two questions determine what compiler [...] Source: http://blog.taragana.com/index.php/archive/selecting-the-best-compiler-options/
|