Change Optimization Coach message.
This commit is contained in:
parent
2f891c5d39
commit
2e594d3606
|
@ -80,7 +80,7 @@
|
||||||
(log-missed-optimization
|
(log-missed-optimization
|
||||||
"all args float-arg-expr, result not Float"
|
"all args float-arg-expr, result not Float"
|
||||||
(string-append
|
(string-append
|
||||||
"This expression has a Real type. The optimizer could improve its performance if it had type Float."
|
"This expression has a Real type. The optimizer could optimize it if it had type Float."
|
||||||
(if (null? irritants)
|
(if (null? irritants)
|
||||||
""
|
""
|
||||||
"To fix, change the highlighted expression(s) to have Float type(s)."))
|
"To fix, change the highlighted expression(s) to have Float type(s)."))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user