-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
The libcore.rlib size more than doubled since 1.47 #80245
Comments
Not sure if this is a compiler-caused thing or not, so added both T-compiler and T-libs. |
Maybe a lot of monomorphization happening? |
Do we know how much of it is metadata, how much is MIR, how much is LLVM IR, and how much is object code? (Actually I'm not sure what things there are in an |
I expect this has the same cause as the 40% compile time regression, which is the new avx512 intrinsics. https://hackmd.io/bm8_ygc8SFi64MWKZowhWw?both#Regressions |
Nightly
|
Closing in favour of rust-lang/stdarch#248. |
The libcore.rlib size for x86_64-unknown-linux-gnu target:
nightly* = libcore without stdarch
The text was updated successfully, but these errors were encountered: