Closed zenna closed 4 years ago
Constant propagation is important because if we know a value is constant we can not use parameters.
I'm hoping that we can reuse the constant propagation that Julia is already doing. Otherwise we will have to implement something ourselves.
Handled by mjornir #9
Constant propagation is important because if we know a value is constant we can not use parameters.
I'm hoping that we can reuse the constant propagation that Julia is already doing. Otherwise we will have to implement something ourselves.