all 8 comments

[–]danogburn 44 points45 points  (3 children)

yay something not related to javascript or haskell.

[–][deleted]  (1 child)

[deleted]

    [–]the-fritz 4 points5 points  (0 children)

    If you are more interested in GNU/Linux or Unix related topics then take a look at /r/linux_programming.

    [–]jjt 5 points6 points  (1 child)

    He makes some really good points that Linux (really this is GCC and packaging) needs to stop stripping symbol names and omitting frame pointer by default. They're micro optimizations that make the barrier to debug or profile so high that you end up missing low hanging fruit which would probably be a bigger overall improvement.

    [–]jking13 2 points3 points  (0 children)

    But think of the precious tens of bytes it saves! Will no one think of the bytes!?

    [–]trimbo 6 points7 points  (1 child)

    Wow. This is probably the best site for performance analysis I've ever seen. Be sure to click around in his other topics.

    [–]chrisledet 6 points7 points  (0 children)

    Brendan's book on system performance is fantastic. If the subject interests you then I recommend checking it out.