julia
8c71affd
- Add a simple pass to copy `Expr`s that appears multiple times in the AST
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
8 years ago
Add a simple pass to copy `Expr`s that appears multiple times in the AST These objects make it really hard to mutate the AST correctly since one mutation can be accidentally done at places where it is invalid.
References
#24113 - turn on linear IR
Author
yuyichao
Committer
JeffBezanson
Parents
4e81b9cc
Loading