Limited -Zregparm support (no Rust calling conv) descriptions
Co-authored-by: Jubilee <workingjubilee@gmail.com>
This commit is contained in:
parent
b9c96780b4
commit
37dc4ec8d6
2 changed files with 3 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ The tracking issue for this feature is: https://github.com/rust-lang/rust/issues
|
|||
------------------------
|
||||
|
||||
Option -Zregparm=N causes the compiler to pass N arguments
|
||||
in registers EAX, EDX, and ECX instead of on the stack.
|
||||
in registers EAX, EDX, and ECX instead of on the stack for "C", "cdecl", and "stdcall" fn.
|
||||
It is UNSOUND to link together crates that use different values for this flag.
|
||||
It is only supported on `x86`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue