llvm-project
5dbcbb65
- [ADT] Store integers by value in Twine (NFC) (#158409)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
6 days ago
[ADT] Store integers by value in Twine (NFC) (#158409) This patch stores integers by value in Twine for simplicity. I don't think there is a good reason to store char, unsigned, and int by value and all the other integers by pointers.
References
#158409 - [ADT] Store integers by value in Twine (NFC)
Author
kazutakahirata
Parents
3f4eb814
Loading