Point optmization?
Posted Mar 4, 2012 8:46 UTC (Sun) by
khim (subscriber, #9252)
In reply to:
Point optmization? by i3839
Parent article:
Speeding up D-Bus
More than half a megabyte to send some messages around, that's just sad.
Why? It's about the size of “Hello, World!”:
$ echo $'#include <stdio.h>\n int main() { printf("Hello, World!\\n"); }' | gcc -xc -static - ; size a.out
text data bss dec hex filename
657927 3488 12568 673983 a48bf a.out
(
Log in to post comments)