View Single Post
Old 03-17-2009, 01:51 PM   #871 (permalink)
Nevyn
Master EcoModder
 
Join Date: Nov 2008
Location: 18603, USA
Posts: 759

The Crimson Crawler - '04 Hyundai Elantra GLS
90 day: 36.71 mpg (US)
Thanks: 221
Thanked 60 Times in 45 Posts
I've noticed in the code there are a lot of seemingly unused "display spaces." Such as in the example below:

Code:
void doDisplayBigTank()    {bigNum(tank.mpg(),"TANK","MPG ");}
I realize that it's not a lot of space, but I found 20 or 30 of them. Every byte counts? Shrunk from 14194 to 14172.

  Reply With Quote