Xref: news2.mv.net comp.os.msdos.djgpp:920 From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Slowest compilation ever Date: Thu, 8 Feb 1996 08:30:03 +0200 Organization: NetVision LTD. Lines: 12 Message-ID: References: <4f9p69$8fd AT rznews DOT rrze DOT uni-erlangen DOT de> NNTP-Posting-Host: is.elta.co.il To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On 7 Feb 1996, Elmar Vogt wrote: > How slow can a DJGPP-compilation get? Say, you have a tiny, tiny > C++-program of about 50 lines source code, with not much of libraries > or include-files. You run a 486 at 100MHz, and have 16MB with not > much of any other software running. The ``normal'' compilation speed of Gcc, both for C and C++ programs, is spelled out in the DJGPP FAQ list (faq102.zip from the DJGPP v1.x sites), Chapter 7. That chapter also discusses some reasons for slow compilation and the ways to correct them.