| delorie.com/archives/browse.cgi | search |
| Date: | Sun, 25 May 1997 13:32:46 +0300 (IDT) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| To: | leereyno AT imap2 DOT asu DOT edu |
| cc: | djgpp AT delorie DOT com |
| Subject: | Re: Why does gcc make such big binaries? |
| In-Reply-To: | <5m8qck$avt@news.asu.edu> |
| Message-ID: | <Pine.SUN.3.91.970525133143.4960H-100000@is> |
| MIME-Version: | 1.0 |
On 25 May 1997 leereyno AT imap2 DOT asu DOT edu wrote: > GCC under linux makes tiny code. My mandelbrot program is about 13k > long. The Dos version is over 100k. That's really irrelevant, since Linux uses shared libraries (which are unsupported on MS-DOS), so the Linux executable doesn't include the library functions you call.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |