-
Notifications
You must be signed in to change notification settings - Fork 13.3k
trans: Let the collector find drop-glue for all vtables, not just VTableImpl. #36468
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
trans: Let the collector find drop-glue for all vtables, not just VTableImpl. #36468
Conversation
@bors r+ |
📌 Commit 1b3a588 has been approved by |
⌛ Testing commit 1b3a588 with merge 40526a5... |
💔 Test failed - auto-win-gnu-32-opt-rustbuild |
@bors retry |
⌛ Testing commit 1b3a588 with merge 7018ad1... |
💔 Test failed - auto-win-gnu-32-opt-rustbuild |
@bors: retry On Tue, Sep 13, 2016 at 9:46 PM, bors [email protected] wrote:
|
…p-glue, r=eddyb trans: Let the collector find drop-glue for all vtables, not just VTableImpl. This fixes rust-lang#36260. So far, the collector has only recorded drop-glue for insertion into a vtable if the vtable was for an impl. But there's actually no reason why it shouldn't do just the same for closure vtables, afaict. r? @eddyb cc @rust-lang/compiler
…ddyb trans: Let the collector find drop-glue for all vtables, not just VTableImpl. This fixes #36260. So far, the collector has only recorded drop-glue for insertion into a vtable if the vtable was for an impl. But there's actually no reason why it shouldn't do just the same for closure vtables, afaict. r? @eddyb cc @rust-lang/compiler
This fixes #36260. So far, the collector has only recorded drop-glue for insertion into a vtable if the vtable was for an impl. But there's actually no reason why it shouldn't do just the same for closure vtables, afaict.
r? @eddyb
cc @rust-lang/compiler