Icecream

Why I love icecream:

$ (time make) 2>&1 | grep real
real    21m52.649s
$ make clean > /dev/null
$ PATH=/usr/lib/icecc/bin:$PATH
$ (time make) 2>&1 | grep real
real    8m15.954s

Note that about 4 minutes are spent linking the program, not compiling.

And then, while waiting, you can watch the hypnotic icemon showing where your source files are being compiled:

icemon showing icecc in action

One thought on “Icecream

  1. Well, you could try using the gold linker for another speedup. It should typically reduce a four minutes link time to less than one. And yes, icecream *is* the best thing since sliced bread 🙂

    Like

Comments are closed.