rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972) by azhogin · Pull Request #130432 · rust-lang/rust
rustbot
added
S-waiting-on-review
labels
Sep 16, 2024
azhogin
marked this pull request as ready for review
ojeda
mentioned this pull request
67 tasks
bors
added
S-waiting-on-bors
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.labels
Oct 21, 2024
workingjubilee
added
the
O-x86_32
label
Oct 21, 2024fmease added a commit to fmease/rust that referenced this pull request
Oct 22, 2024…jubilee,pnkfelix rust_for_linux: -Zregparm=<N> commandline flag for X86 (rust-lang#116972) Command line flag `-Zregparm=<N>` for X86 (32-bit) for rust-for-linux: rust-lang#116972 Implemented in the similar way as fastcall/vectorcall support (args are marked InReg if fit).
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request
Oct 22, 2024Rollup merge of rust-lang#130432 - azhogin:azhogin/regparm, r=workingjubilee,pnkfelix rust_for_linux: -Zregparm=<N> commandline flag for X86 (rust-lang#116972) Command line flag `-Zregparm=<N>` for X86 (32-bit) for rust-for-linux: rust-lang#116972 Implemented in the similar way as fastcall/vectorcall support (args are marked InReg if fit).
ojeda
mentioned this pull request
48 tasks
antoyo pushed a commit to antoyo/rust that referenced this pull request
Jan 13, 2025…jubilee,pnkfelix rust_for_linux: -Zregparm=<N> commandline flag for X86 (rust-lang#116972) Command line flag `-Zregparm=<N>` for X86 (32-bit) for rust-for-linux: rust-lang#116972 Implemented in the similar way as fastcall/vectorcall support (args are marked InReg if fit).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters