This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 5917c7b
committed
Auto merge of rust-lang#135081 - mrkajetanp:jemalloc-64k, r=<try>
bootstrap: Build jemalloc with support for 64K pages
By default, jemalloc is built to only support the same page size as the host machine. Set an env variable so that jemalloc is built with support for page sizes up to 64K regardless of the host machine.
r? `@Kobzol`
Resolves rust-lang#134563
Potentially resolves rust-lang#133748 (needs verification)
----
Results from local rustc-perf testing below, within 0.5% on every metric except max-rss.
AArch64:

x86_64:
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1207 | 1207 | | |
1208 | 1208 | | |
1209 | 1209 | | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
1210 | 1217 | | |
1211 | 1218 | | |
1212 | 1219 | | |
| |||
0 commit comments