forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 3
2017.10.03
Jeff Cho edited this page Jan 21, 2018
·
1 revision
- Jeff will look into hooking our code into the compiler after the Guaranteed Optimization Passes and Diagnostic Passes and before the General SIL Optimization Passes.
- This will hopefully simplify all these calls we see for simple expressions such as 3 + 7.
- Lydia + Chen worked on string concatenation.