Skip to content

Instantly share code, notes, and snippets.

@Xliff
Last active April 10, 2016 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Xliff/b021212a564fd47a7c59440573d66600 to your computer and use it in GitHub Desktop.
Save Xliff/b021212a564fd47a7c59440573d66600 to your computer and use it in GitHub Desktop.

In non-virtualized Ubuntu 64-bit system (6 Hyperthreaded cores):

Stage start      :   0.000
Stage parse      :  55.174
Stage syntaxcheck:   0.000
Stage ast        :   0.000
Stage optimize   :  10.591
Stage mast       :  16.263
Stage mbc        :   0.179

In non-virtualized Windows 64-bit system (6 Hyperthreaded cores) using Strawberry Perl:

Stage start      :   0.000
Stage parse      :  55.196
Stage syntaxcheck:   0.000
Stage ast        :   0.000
Stage optimize   :   9.831
Stage mast       :  16.166
Stage mbc        :   0.168

It seems build process is using only one core.

Will update with VM times, later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment