next up previous contents
Next: 5.2 More About Types Up: 5.1 Advanced Compiler Introduction Previous: 5.1.4 Representation of Objects

5.1.5 Writing Efficient Code

 

Writing efficient code that works is a complex and prolonged process. It is important not to get so involved in the pursuit of efficiency that you lose sight of what the original problem demands. Remember that:

The best way to get efficient code that is still worth using, is to separate coding from tuning. During coding, you should:

During tuning, you should:


next up previous contents
Next: 5.2 More About Types Up: 5.1 Advanced Compiler Introduction Previous: 5.1.4 Representation of Objects

Raymond Toy
Mon Jul 14 09:11:27 EDT 1997