Skip to content

Instantly share code, notes, and snippets.

Created February 4, 2017 18:03
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 anonymous/996ddd7dae5da732c02e517f368a08bf to your computer and use it in GitHub Desktop.
Save anonymous/996ddd7dae5da732c02e517f368a08bf to your computer and use it in GitHub Desktop.
% RUSTFLAGS="-Zincremental-info -Ztime-passes" CARGO_INCREMENTAL=1 mach build -p script
Compiling script v0.0.1 (file:///home/simon/servo/components/script)
time: 0.187; rss: 123MB parsing
time: 0.000; rss: 123MB recursion limit
time: 0.000; rss: 123MB crate injection
time: 0.001; rss: 124MB plugin loading
time: 0.000; rss: 124MB plugin registration
time: 3.367; rss: 830MB expansion
time: 0.000; rss: 830MB maybe building test harness
time: 0.017; rss: 830MB maybe creating a macro crate
time: 0.000; rss: 830MB checking for inline asm in case the target doesn't support it
time: 0.204; rss: 830MB early lint checks
time: 0.020; rss: 830MB AST validation
time: 1.050; rss: 992MB name resolution
time: 0.042; rss: 992MB complete gated feature checking
time: 0.268; rss: 1224MB lowering ast -> hir
time: 0.048; rss: 1156MB indexing hir
time: 0.018; rss: 1156MB attribute checking
time: 0.011; rss: 943MB language item collection
time: 0.058; rss: 950MB lifetime resolution
time: 0.000; rss: 950MB looking for entry point
time: 0.002; rss: 950MB looking for plugin registrar
time: 0.168; rss: 1032MB region resolution
time: 0.027; rss: 1032MB loop checking
time: 0.026; rss: 1033MB static item recursion checking
time: 2.508; rss: 1086MB compute_incremental_hashes_map
incremental: session directory: 2506 files hard-linked
incremental: session directory: 0 files copied
time: 16.472; rss: 1607MB load_dep_graph
time: 0.087; rss: 1623MB stability index
time: 0.452; rss: 2185MB stability checking
time: 0.226; rss: 2308MB type collecting
time: 0.107; rss: 2312MB variance inference
time: 0.099; rss: 2419MB impl wf inference
time: 0.242; rss: 2434MB coherence checking
time: 0.322; rss: 2439MB wf checking
time: 1.173; rss: 2516MB item-types checking
time: 7.488; rss: 2957MB item-bodies checking
time: 0.000; rss: 2957MB drop-impl checking
time: 0.568; rss: 2996MB const checking
time: 0.397; rss: 2996MB privacy checking
time: 0.111; rss: 2996MB intrinsic checking
time: 0.045; rss: 2996MB effect checking
time: 0.176; rss: 2996MB match checking
time: 0.090; rss: 3002MB liveness checking
time: 0.436; rss: 3002MB rvalue checking
time: 1.059; rss: 3659MB MIR dump
time: 0.153; rss: 3680MB SimplifyCfg
time: 0.226; rss: 3681MB QualifyAndPromoteConstants
time: 0.302; rss: 3681MB TypeckMir
time: 0.016; rss: 3681MB SimplifyBranches
time: 0.070; rss: 3681MB SimplifyCfg
time: 0.767; rss: 3681MB MIR cleanup and validation
time: 1.011; rss: 3684MB borrow checking
time: 0.016; rss: 3684MB reachability checking
time: 0.117; rss: 3687MB death checking
time: 0.000; rss: 3687MB unused lib feature checking
warning: this feature has been stable since 1.14.0. Attribute no longer needed, #[warn(stable_features)] on by default
--> /home/simon/servo/components/script/lib.rs:10:12
|
10 | #![feature(more_struct_aliases)]
| ^^^^^^^^^^^^^^^^^^^
time: 1.187; rss: 3687MB lint checking
time: 0.000; rss: 3687MB resolving dependency formats
time: 0.014; rss: 3687MB NoLandingPads
time: 0.068; rss: 3687MB SimplifyCfg
time: 0.186; rss: 3719MB EraseRegions
time: 0.031; rss: 3719MB AddCallGuards
time: 0.518; rss: 3794MB ElaborateDrops
time: 0.013; rss: 3794MB NoLandingPads
time: 0.152; rss: 3796MB SimplifyCfg
time: 0.088; rss: 3796MB InstCombine
time: 0.034; rss: 3796MB Deaggregator
time: 0.016; rss: 3796MB CopyPropagation
time: 0.115; rss: 3798MB SimplifyLocals
time: 0.032; rss: 3798MB AddCallGuards
time: 0.012; rss: 3798MB PreTrans
time: 1.278; rss: 3798MB MIR optimisations
time: 0.268; rss: 3835MB write metadata
time: 3.146; rss: 3942MB translation item collection
time: 1.205; rss: 3996MB codegen unit partitioning
time: 0.509; rss: 4005MB internalize symbols
time: 7.160; rss: 4005MB translation
time: 0.000; rss: 4005MB assert dep graph
incremental: 3016072 nodes in dep-graph
incremental: 43486139 edges in dep-graph
incremental: 30091621 edges in serialized dep-graph
incremental: 104995 hashes in serialized dep-graph
time: 17.666; rss: 3945MB serialize dep graph
incremental: re-using 1252 out of 1252 modules
time: 0.003; rss: 2299MB codegen passes [32]
time: 0.237; rss: 2295MB LLVM passes
time: 0.001; rss: 2295MB serialize work products
time: 9.442; rss: 2305MB linking
Finished dev [unoptimized + debuginfo] target(s) in 79.13 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment