swift
3ab94f13
- Comment out an expensive assert in type lowering.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Comment out an expensive assert in type lowering. For very large types (e.g. tuples with many elements), this assertion is very expensive to execute, because the `isLegalSILType` status is not cached.
References
#62830 - Fix two compile-time bugs
Author
eeckstein
Parents
ae7e5b5d
Loading