about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-06-08 03:22:02 +0000
committerbors <bors@rust-lang.org>2015-06-08 03:22:02 +0000
commit717e8831b6b81669f7d087a2a1d7f7e899bcea43 (patch)
tree79a226d3149e7cdc967c530b2fb32167426e1b50 /src/rustllvm/RustWrapper.cpp
parentdcc59c09a9efbaeb72a8de110804871dccac1854 (diff)
parent8d9a58131de5335a273e5d6c1d3fb0e322944368 (diff)
downloadrust-717e8831b6b81669f7d087a2a1d7f7e899bcea43.tar.gz
rust-717e8831b6b81669f7d087a2a1d7f7e899bcea43.zip
Auto merge of #26018 - nrc:codegen, r=@nikomatsakis
Closes #19826

r? @nikomatsakis 

There is still some work to do until parallel codegen is perfect - we don't pass make check due to missing the symbol for registering a macro. But we do bootstrap with codegen_units=4 and pass make check without codegen_units, so I think it should land.

For the curious, make rustc-stage2 -j8:

```
codegen_units=1:

real  9m18.074s
user  11m59.858s
sys 0m13.281s


codegen_units=4:

real  6m3.672s
user  13m5.474s
sys 0m12.146s
```

Which is a 33% speedup :-)
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions