delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2000/02/21/13:49:39

Message-Id: <200002211104.MAA21111@bird.de.uu.net>
Date: Mon, 21 Feb 2000 12:02:36 +0100
From: Jens Luedicke <jens AT irs-net DOT com>
To: djgpp AT delorie DOT com
Subject: file-sizes of executables
X-Mailer: Jens Luedicke's registered AK-Mail 3.1 publicbeta2a [ger]
Mime-Version: 1.0
Reply-To: djgpp AT delorie DOT com

Hi there ...

I created a simple Test-Source and compiled it
with each of my 3 C/C++ compilers, the result, was
really strange (I think that this is strange):

DJGPP:   102431 Bytes (fastest)
Mingw32:   9465 Bytes
Cygwin:  299710 Bytes (slow...)


I used the following source:

#include <stdio.h>
int main()
    {
     int count;
     count = 0;
     while(count<200)
     {
      count++;
      printf("%d: TEST !!! \n", count);
     }
    return 0;
    }
with friendly regards....

          Jens Luedicke <jens AT irs-net DOT com>

//PGP Public Keys: pgp-keys AT irs-net DOT com <autoresponder>

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019