Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!usc!cs.utexas.edu!hellgate.utah.edu!dog.ee.lbl.gov!pasteur!portia!c164-bd From: c164-bd@portia.uucp (John D. Mitchell) Newsgroups: comp.lang.c++ Subject: Re: 32bit C compilers for 80386 Summary: MetaWare, Watcom Message-ID: <8894@pasteur.Berkeley.EDU> Date: 14 Nov 90 23:50:30 GMT References: <1990Nov14.175550.20487@computing-maths.cardiff.ac.uk> Sender: news@pasteur.Berkeley.EDU Reply-To: c164-bd@portia.UUCP (John D. Mitchell) Followup-To: comp.lang.c++ Distribution: usa Organization: University of California, Berkeley Lines: 22 In article <1990Nov14.175550.20487@computing-maths.cardiff.ac.uk> rhl@computing-maths.cardiff.ac.uk (Robert Hartill) writes: >I've already tried comp.lang.c without success so i'll try this newsgroup. > >Can anyone name a 32bit C compiler for a 80386 ? > >Any comments/data on the benefit of 32bit compilation would be appreciated. The ones I can think of off the top of my head are: MetaWare HighC 386 Watcom 386 There are a couple of others but they have slipped my memory. The biggest thing is that you have to run the code under a DOS extender (such as Phar Lap's). Benefits depend on the code that you write. Anything that can benefit from 32-bit math or data chunks will probably see the greatest speed up. Code size might improve. Good luck, John johnm@cory.Berkeley.EDU