diff --git a/src/rewrite.jl b/src/rewrite.jl index 56b6a870..9c054a61 100644 --- a/src/rewrite.jl +++ b/src/rewrite.jl @@ -5,7 +5,7 @@ # one at http://mozilla.org/MPL/2.0/. """ - @rewrite(expr, move_factors_into_sums = false) + @rewrite(expr, move_factors_into_sums = true) Return the value of `expr`, exploiting the mutability of the temporary expressions created for the computation of the result.