File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -287,8 +287,18 @@ Input Description
287
287
// Improve allocation of stack slots for variables, can free up stack slots early.
288
288
// Activated by default if the Yul optimizer is activated.
289
289
" stackAllocation" : true ,
290
- // Select optimization steps to be applied.
291
- // Optional, the optimizer will use the default sequence if omitted.
290
+ // Select optimization steps to be applied. It is also possible to modify both the
291
+ // optimization sequence and the clean-up sequence. Instructions for each sequence
292
+ // are separated with the ":" delimiter and the values are provided in the form of
293
+ // optimization-sequence:clean-up-sequence. For more information see
294
+ // "The Optimizer > Selecting Optimizations".
295
+ // This field is optional, and if not provided, the default sequences for both
296
+ // optimization and clean-up are used. If only one of the options is provivded
297
+ // the other will not be run.
298
+ // If only the delimiter ":" is provided then neither the optimization nor the clean-up
299
+ // sequence will be run.
300
+ // If set to an empty value, only the default clean-up sequence is used and
301
+ // no optimization steps are applied.
292
302
" optimizerSteps" : " dhfoDgvulfnTUtnIf..."
293
303
}
294
304
}
You can’t perform that action at this time.
0 commit comments