You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
I've noticed this is the only crate in the ecosystem that makes rustc's memory usage go through the roof during compilation. (especially bad in rust-bindgen or it's just the recent rustc)
That makes it difficult and slow to compile on a 1GB arm board even with ZRAM swap enabled.
What say ye?
The text was updated successfully, but these errors were encountered:
syntex is essentially the Rust frontend that I've extracted, and in order to make it easy to track, we'd have to address memory issues in rust-lang/rust's libsyntax, which we'd then pick up over here. So unfortunately I'd be quite non-trivial to get it to use less memory. Could you file a ticket in that repository instead, especially if you've got an easy-to-reproduce example? That'd really help.
I've noticed this is the only crate in the ecosystem that makes rustc's memory usage go through the roof during compilation. (especially bad in rust-bindgen or it's just the recent rustc)
That makes it difficult and slow to compile on a 1GB arm board even with ZRAM swap enabled.
What say ye?
The text was updated successfully, but these errors were encountered: