Live data from Hacker News

Viewing profile — DasFuxx

DasFuxx

HN member
Joined
Tue, Oct 11, 2011, 10:49 AM UTC
HN karma
1
Public activity
2 items

About DasFuxx

No profile information was provided.

Recent public activity

  1. comment
    Comment #3102041

    Without and with some optimization i get this results. g++ -o hello hello.cpp objdump --disassemble hello | wc -l 289 With some optimization g++ -o hello hello.cpp -O3 -fno-rtti -f…

  2. comment
    Comment #3098051

    Cause you doing it wrong. As i already mentioned in the gist comments, putting the c library static into the application is like putting the browser into js. Without a lot of optim…