Software Engineering discussion
      Code Complete
      >
    Code-Tuning Techniques
    
  
  
					date newest »
						  
						newest »
				
		 newest »
						  
						newest »
				 Yes, this chapter has a good theme about not guessing the benefits. I'm not a big fan of unrolling loops, but it certainly can make things faster.
      Yes, this chapter has a good theme about not guessing the benefits. I'm not a big fan of unrolling loops, but it certainly can make things faster.Being an optimization expert in multiple languages seems very challenging. Good thing there are several types of profiling tools to help remove the guess work.


 
This chapter also serves as a nice little guide to the kinds of optimizations that compilers routinely automate.