-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Subtree sync for rustc_codegen_cranelift #117987
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
Conversation
Now that cranelift is distributed with Rustup, I find myself constantly searching for the rust-lang#81746 PR. I think that it would be useful to also describe the Rustup installation/usage instructions here in README.
Add Rustup installation instructions to README
This is a lot more compact and significantly faster
…line_asm Implement AES-NI and SHA256 crypto intrinsics using inline asm
This comment was marked as resolved.
This comment was marked as resolved.
@bors r+ p=1 subtree sync |
☀️ Test successful - checks-actions |
Finished benchmarking commit (15a791f): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 675.999s -> 674.777s (-0.18%) |
The main highlights this time are support for AES and SHA256 crypto intrinsics on x86_64 by lowering to inline asm.
r? @ghost
@rustbot label +A-codegen +A-cranelift +T-compiler