Skip to content

Instantly share code, notes, and snippets.

@mrdaemon
Created February 22, 2011 05:11
Show Gist options
  • Save mrdaemon/838260 to your computer and use it in GitHub Desktop.
Save mrdaemon/838260 to your computer and use it in GitHub Desktop.
Building shit with multi core
==============================
Or: make vs make -j9 on a dual Xeon quad core
./configure --prefix=$HOME/local --enable-mzschemeinterp --enable-perlinterp=yes --enable-pythoninterp=yes --enable-tclinterp --enable-rubyinterp=yes --enable-cscope --enable-multibyte --enable-fontset --enable-gui=gnome --enable-gnome-check --with-features=huge --with-gnome --with-compiledby="Alexandre Gauthier <[email protected]>"
Normal compile:
----------------
real 1m12.588s
user 1m7.800s
sys 0m3.320s
With 9 parallel jobs
---------------------
real 0m13.109s
user 1m11.850s
sys 0m4.080s
From 1 minute 12 seconds to **13 seconds**. I'll let you be the judge.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment