Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!asuvax!intertel!boyd_m From: boyd_m@intertel.UUCP (Mark Boyd) Newsgroups: comp.windows.ms.programmer Subject: Borland C++ vs Microsoft C 5.10 Keywords: windows borland microsoft Message-ID: <350@intertel.UUCP> Date: 13 Mar 91 23:46:07 GMT Organization: Inter-Tel, Inc., Chandler, AZ Lines: 13 The company I work at has a large Windows program. We just got Borland C++ and made the necessary conversions and compiled it. The size differences are quite surprising. Microsoft C 5.1 .EXE: 720672 bytes Borland C++ .EXE: 842848 bytes The optimization for Microsoft is -Os for space. The optimization for Borland is all but -Z (aliasing). I'm interested in knowing what everyone else is seeing. Mark Boyd Inter-Tel, Inc.