提交 dedd34d4 编写于 作者: C cfang

6904191: OptimizeStringConcat should be product instead of experimental

Summary: Make OptimizeStringConcat a product VM option(contributed by never)
Reviewed-by: never
上级 5097d521
...@@ -394,7 +394,7 @@ ...@@ -394,7 +394,7 @@
product(bool, UseOptoBiasInlining, true, \ product(bool, UseOptoBiasInlining, true, \
"Generate biased locking code in C2 ideal graph") \ "Generate biased locking code in C2 ideal graph") \
\ \
experimental(bool, OptimizeStringConcat, false, \ product(bool, OptimizeStringConcat, false, \
"Optimize the construction of Strings by StringBuilder") \ "Optimize the construction of Strings by StringBuilder") \
\ \
notproduct(bool, PrintOptimizeStringConcat, false, \ notproduct(bool, PrintOptimizeStringConcat, false, \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册