State that yul optimizer is experimental.

This commit is contained in:
chriseth 2019-03-04 14:27:52 +01:00
parent 68e1bf47d5
commit 0045950924
2 changed files with 2 additions and 1 deletions

View File

@ -211,6 +211,7 @@ Input Description
"constantOptimizer": false, "constantOptimizer": false,
// The new Yul optimizer. Mostly operates on the code of ABIEncoderV2. // The new Yul optimizer. Mostly operates on the code of ABIEncoderV2.
// It can only be activated through the details here. // It can only be activated through the details here.
// This feature is still considered experimental.
"yul": false, "yul": false,
// Future tuning options, currently unused. // Future tuning options, currently unused.
"yulDetails": {} "yulDetails": {}

View File

@ -616,7 +616,7 @@ Allowed options)",
"Set for how many contract runs to optimize." "Set for how many contract runs to optimize."
"Lower values will optimize more for initial deployment cost, higher values will optimize more for high-frequency usage." "Lower values will optimize more for initial deployment cost, higher values will optimize more for high-frequency usage."
) )
(g_strOptimizeYul.c_str(), "Enable Yul optimizer in Solidity, mostly for ABIEncoderV2.") (g_strOptimizeYul.c_str(), "Enable Yul optimizer in Solidity, mostly for ABIEncoderV2. Still considered experimental.")
(g_argPrettyJson.c_str(), "Output JSON in pretty format. Currently it only works with the combined JSON output.") (g_argPrettyJson.c_str(), "Output JSON in pretty format. Currently it only works with the combined JSON output.")
( (
g_argLibraries.c_str(), g_argLibraries.c_str(),