Date: Wed, 23 Jun 93 14:45:39 EDT From: DJ Delorie To: baclofen AT nencki DOT gov DOT pl Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: looking for objects... 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. Speed improvement is normally much faster when doing large arrays (no far pointers), long arithmatic (ie: 32-bit operations), or complex integer expressions (better instruction set).