- Notifications
You must be signed in to change notification settings - Fork 13.8k
Closed
Labels
I-slowIssue: Problems and improvements with respect to performance of generated code.Issue: Problems and improvements with respect to performance of generated code.
Description
Rust often requires more than 2G of virtual memory so it's not possible to build it on a 32-bit OS. This is especially problematic on Windows.
#18678 may be enough to fix this on Linux / FreeBSD, and would allow preventing regressions via the jemalloc mapped
statistic (+ accounting for the VM used by libraries, etc.).
Metadata
Metadata
Assignees
Labels
I-slowIssue: Problems and improvements with respect to performance of generated code.Issue: Problems and improvements with respect to performance of generated code.