Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Golang

Name: Anonymous 2011-12-22 19:52

How does /prague/ feel about Go?

Name: Anonymous 2011-12-27 18:38

>>27
*1MB for Hello World
Statically compile a C hello world program and it'll be about 1.5 MB (GCC 4.6.1 on x86 32bit; gcc -O0 -static $source). And just try the same with a C++ hello world...

Name: Anonymous 2011-12-27 18:59

>>36

[ Tue Dec 27 06:57:54 ]
[ @ ~/host/prog/he ] $ cat h.c
#include <stdio.h>

void main()
{
    puts("Hello World\n");
}
[ Tue Dec 27 06:58:03 ]
[ @ ~/host/prog/he ] $ gcc -O0 -static h.c
[ Tue Dec 27 06:58:07 ]
[ @ ~/host/prog/he ] $ ls -s -h
total 669K
669K a.out   512 h.c



try again

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List