Date: Wed, 23 Jun 93 16:13:26 EDT From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: looking for objects... >> After strip & aout2exe it's about twice smaller then original executable >> compiled by TurboC. It prints longer floats than original one and works >> much slower. Is it normal behaviour? > Floating point speed is not affected by the 32-bit environment, so the > only performance change you might notice is I/O performance, which is > slower due to go32's overhead. Floating point speed could be affected if a '387 emulator is used. I've only used djgpp on machines with real coprocessors; how does the performance of the djgpp emulator compare with TurboC's emulator? Regarding size, did you strip debugging info from the TurboC executable?