View Single Post
Re: M$ Visual C++ 2005 Express compilation settings
Old
  (#8)
Austin
Moderator
 
Austin's Avatar
 
Status: Offline
Posts: 403
Join Date: Nov 2003
Default Re: M$ Visual C++ 2005 Express compilation settings - 19-03-2006

A smaller size exe/dll means SLOWER run time speeds!
Optmized for execution speed makes the binary LARGER since more things are placed inline and duplicated for fast execution....
  
Reply With Quote