julia
6d8ee749
- Avoid creating a closure for each log message (#25922)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
7 years ago
Avoid creating a closure for each log message (#25922) Closures aren't strictly required for delayed log message creation, so we can remove them to fix #15276 and reduce the load on the compiler.
References
#25922 - Avoid creating a closure for each log message
Author
c42f
Parents
1f20d1e8
Loading