This is a mirror of official site: http://jasper-net.blogspot.com/

Simpler "Hello World" Demonstrated In C

| Wednesday, March 17, 2010
Wondering where all that bloat comes from, causing even the classic 'Hello world' to weigh in at 11 KB? An MIT programmer decided to make a Linux C program so simple, she could explain every byte of the assembly. She found that gcc was including libc even when you don't ask for it. The blog shows how to compile a much simpler 'Hello world,' using no libraries at all. This takes me back to the days of programming bare-metal on DOS!

Read more: Slashdot
Read more: libc-free-world

Posted via email from jasper22's posterous

0 comments: