-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Milestone
Description
Implement constant folding. Miguel's impl: https://github.com/lrytz/scala/blob/opt/rebaseWip/src/compiler/scala/tools/nsc/backend/bcode/ConstantFolder.java
Existing partest tests: jvm/constant-optimization
, t7006