julia
897df722
- codegen: disable Bool optimization for maybe-undef fields (#30350)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
7 years ago
codegen: disable Bool optimization for maybe-undef fields (#30350) We don't have a way to mark that the slot may contain invalid data, so just eagerly load it so we can sanitize the value immediately in case it is garbage. fix #30344
References
#30350 - codegen: disable Bool optimization for maybe-undef fields
Author
vtjnash
Committer
JeffBezanson
Parents
d767fcf8
Loading