-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Milestone
Description
#6895 converts Rust to jemalloc. This is a big change and we should really capture some performance numbers to have an idea of the effect this has.
I am thinking just a few workloads:
- build rustc (with --no-trans)
- A multithreaded test using treemap (like in core-map)
For each collect the running time and max memory used, both before and after jemalloc, on linux, mac and win.
Metadata
Metadata
Assignees
Labels
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows