Skip to content

Instantly share code, notes, and snippets.

@japaric
Created December 5, 2014 20:40
Show Gist options
  • Save japaric/206138d6a7724c4a6f24 to your computer and use it in GitHub Desktop.
Save japaric/206138d6a7724c4a6f24 to your computer and use it in GitHub Desktop.
#19574

make -j8 2240.88s user 25.49s system 131% cpu 28:39.00 total

  • stage0
    • syntax
      • typeck: 6.075
      • translation: 5.796
      • LLVM passes: 59.256
    • rustc
      • typeck: 6.727
      • translation: 20.537
      • LLVM passes: 151.664
    • typeck | trans
      • typeck: 1.916 | 2.487
      • translation: 11.424 | 15.818
      • LLVM passes: 62.895 | 115.509
  • stage1
    • syntax
      • typeck: 8.151
      • translation: 6.473
      • LLVM passes: 69.327
    • rustc
      • typeck: 8.981
      • translation: 21.825
      • LLVM passes: 171.654
    • typeck | trans
      • typeck: 2.552 | 3.342
      • translation: 12.299 | 17.316
      • LLVM passes: 70.258 | 145.664
  • stage2
    • syntax
      • typeck: 8.700
      • translation: 8.803
      • LLVM passes: 59.303
    • rustc
      • typeck: 9.118
      • translation: 22.783
      • LLVM passes: 170.963
    • typeck | trans
      • typeck: 2.829 | 3.543
      • translation: 12.448 | 17.816
      • LLVM passes: 143.225

make -j8 2074.12s user 23.50s system 131% cpu 26:34.38 total

  • stage0
    • syntax
      • typeck: 5.627
      • translation: 5.644
      • LLVM passes: 56.761
    • rustc
      • typeck: 6.207
      • translation: 19.704
      • LLVM passes: 139.234
    • typeck | trans
      • typeck: 1.837 | 2.442
      • translation: 10.968 | 15.336
      • LLVM passes: 58.015 | 108.038
  • stage1
    • syntax
      • typeck: 5.934
      • translation: 6.438
      • LLVM passes: 66.010
    • rustc
      • typeck: 6.432
      • translation: 21.252
      • LLVM passes: 159.264
    • typeck | trans
      • typeck: 1.930 | 2.515
      • translation: 11.785 | 16.778
      • LLVM passes: 62.915 | 133.167
  • stage2
    • syntax
      • typeck: 6.647
      • translation: 8.596
      • LLVM passes: 66.407
    • rustc
      • typeck: 6.540
      • translation: 21.854
      • LLVM passes: 160.419
    • typeck | trans
      • typeck: 2.061 | 2.768
      • translation: 11.898 | 17.163
      • LLVM passes: 62.929 | 133.870
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment