We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5e155 commit 845540aCopy full SHA for 845540a
src/doc/rustc/src/codegen-options/index.md
@@ -172,20 +172,7 @@ incremental files will be stored.
172
173
## inline-threshold
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 |
+This option is deprecated and does nothing.
189
190
## instrument-coverage
191
0 commit comments