Change Optimization Coach message.

original commit: 2e594d36068ab198662bbece0f79981779f23a0d
This commit is contained in:
Vincent St-Amour 2012-07-17 17:18:19 -04:00
parent 460b1fe7b3
commit 8dcab4cef0

View File

@ -80,7 +80,7 @@
(log-missed-optimization
"all args float-arg-expr, result not Float"
(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)
""
"To fix, change the highlighted expression(s) to have Float type(s)."))