-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Get rid of double indirection in string interner #37132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ cc @rust-lang/libs, just a heads up about this unstable API. Seems fine for compiler perf but I think it's something we'll want to handle regardless one day anyway. |
📌 Commit 6d06280 has been approved by |
⌛ Testing commit 6d06280 with merge c77dcf4... |
💔 Test failed - auto-linux-cross-opt |
@bors r=alexcrichton |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 6d06280 has been approved by |
@bors retry |
⌛ Testing commit 6d06280 with merge bb9e151... |
💔 Test failed - auto-linux-cross-opt |
Will the sized deallocation even be correct? This code is a bit Jackie than the standard for libs. |
Hackier. |
Yes, deallocation size ( |
@bluss |
Oh cool, I see. I didn't realize even the trailing end would be rounded up to alignment. |
Aha, buildbot is alive again. |
📌 Commit 348c3fb has been approved by |
Get rid of double indirection in string interner
No description provided.