Releases: rdeits/CommonSubexpressions.jl
Releases · rdeits/CommonSubexpressions.jl
v0.3.0
v0.2.1
Require Julia v0.7
Merge pull request #11 from rdeits/v0.7 update to v0.7
Drop Julia v0.6 and add an option to disable warnings
Merge pull request #10 from jrevels/jr/warn add flag to disable warnings
Initial release
This release exports the @cse
macro for common subexpression elimination in-place, and the cse()
function which operates on and returns expressions (for debugging and display).