File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
src/doc/rustc/src/codegen-options Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -172,20 +172,7 @@ incremental files will be stored.
172
172
173
173
## inline-threshold
174
174
175
- This option lets you set the default threshold for inlining a function. It
176
- takes an unsigned integer as a value. Inlining is based on a cost model, where
177
- a higher threshold will allow more inlining.
178
-
179
- The default depends on the [ opt-level] ( #opt-level ) :
180
-
181
- | opt-level | Threshold |
182
- | -----------| -----------|
183
- | 0 | N/A, only inlines always-inline functions |
184
- | 1 | N/A, only inlines always-inline functions and LLVM lifetime intrinsics |
185
- | 2 | 225 |
186
- | 3 | 275 |
187
- | s | 75 |
188
- | z | 25 |
175
+ This option is deprecated and does nothing.
189
176
190
177
## instrument-coverage
191
178
You can’t perform that action at this time.
0 commit comments