Messylaneous for 2009/12/30

It’s New Year’s Eve Eve, and so here are a bunch of links I’ve built up over the past few days.

5 Replies to “Messylaneous for 2009/12/30”

  1. Using a kernel compiled with pcc right now, it just rocks.

    Compile time:
    pcc : 1m15.781s
    gcc : 3m17.274s

    Performance:
    I did not make any bench, but it feels as responsive as before.

  2. Wow, that’s a big time difference! Is gcc really that slow, or does pcc skip over something that gcc does exhaustively, I wonder?

  3. From what I’ve read, pcc does more type checking by default, but isn’t yet at the stage where it tries to aggressively optimize anything. Also from what I’ve read, gcc is just a slow/convoluted beast that tries to do whatever optimizations it can/is told to do.

  4. There is no storage support for DragonFly in the HAL, so no, “mounting fixed disks in KDE” doesn’t work on DragonFly.

Comments are closed.