[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gm2] Gnu Modula-2 binary size.
From: |
cwr |
Subject: |
[Gm2] Gnu Modula-2 binary size. |
Date: |
Sun, 17 May 2009 16:32:21 +0100 |
User-agent: |
Internet Messaging Program (IMP) 4.3.3 |
The C program:
#include <stdio.h>
int main(void { puts("hello world"); return 0; }
produces, when compiled with gcc, a stripped binary of about 10KB.
The equivalent gm2 program, the "hello world" example, produces a
stripped binary of around 100KB, although hello.o is only 3.5KB.
Is there any way of reducing the size of gm2 binaries, and is the
problem documented anywhere?
Many thanks - Will
- [Gm2] Gnu Modula-2 binary size.,
cwr <=