swift
72340f39
- [CSOptimizer] Look through `OptionalEvaluationExpr`s when dealing with unapplied disjunctions
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
233 days ago
[CSOptimizer] Look through `OptionalEvaluationExpr`s when dealing with unapplied disjunctions This improves performance for situations like `a?.b + 2` by giving a high score to `b` which prioritizes it over an operator.
References
#79086 - [CSOptimizer] A few small performance optimizations
Author
xedin
Committer
xedin
Parents
6bc23b50
Loading