-
Couldn't load subscription status.
- Fork 13.9k
Allocate Symbol strings from an arena #50607
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
|
@bors try |
Allocate Symbol strings from an arena This is an alternative to #50549 cc @nnethercote r? @michaelwoerister
|
☀️ Test successful - status-travis |
|
@Mark-Simulacrum I'd like a perf run here |
|
Nitpick: All the comments in this patch would benefit from a full stop ('.') at the end :) |
|
I did a local benchmarking run. The results were excellent, and much better than those from #50549. Nice work, @Zoxc! |
|
Let's do it @bors r+ |
|
📌 Commit ca32340 has been approved by |
|
@bors rollup |
Allocate Symbol strings from an arena This is an alternative to rust-lang#50549 cc @nnethercote r? @michaelwoerister
Rollup of 13 pull requests Successful merges: - #50544 (Cleanup some dependencies) - #50545 (Made some functions in time module const) - #50550 (use fmt::Result where applicable) - #50558 (Remove all reference to DepGraph::work_products) - #50602 (Update canonicalize docs) - #50607 (Allocate Symbol strings from an arena) - #50613 (Migrate the toolstate update bot to rust-highfive) - #50624 (fs::write: Add example writing a &str) - #50634 (Do not silently truncate offsets for `read_at`/`write_at` on emscripten) - #50644 (AppVeyor: Read back trace from crash dump on failure.) - #50661 (Ignore non .rs files for tidy libcoretest) - #50663 (rustc: Allow an edition's feature on that edition) - #50667 (rustc: Only suggest deleting `extern crate` if it works) Failed merges:
This is an alternative to #50549
cc @nnethercote
r? @michaelwoerister