diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-01-14 18:02:19 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-01-14 22:52:03 -0800 |
| commit | 86c60b68f996c45565543370b9fb93f2ce14865d (patch) | |
| tree | ed79593b056a785a44f0f62f73dfd342c04754bf /src/rustllvm/RustWrapper.cpp | |
| parent | dd8b011319f5cfbfb3329d9dad185be884f3a4d6 (diff) | |
| download | rust-86c60b68f996c45565543370b9fb93f2ce14865d.tar.gz rust-86c60b68f996c45565543370b9fb93f2ce14865d.zip | |
Flag failure functions as inline(never)
The failure functions are generic, meaning they're candidates for getting inlined across crates. This has been happening, leading to monstrosities like that found in #11549. I have verified that the codegen is *much* better now that we're not inlining the failure path (the slow path).
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
