View Single Post
  #4 (permalink)  
Old 05-28-2008, 06:31 AM
Zosden's Avatar
Zosden Zosden is offline
Senior Member
 
Join Date: Apr 2008
Posts: 386
Zosden is on a distinguished road
This true in only some case Eranga. Think of inlining your methods although this adds more code it also makes your program faster because of the lack of method calls. Another example would be to hardcode in a inner loop for an array search.
__________________
My IP address is 127.0.0.1
Reply With Quote