We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea8b7e commit 76a7235Copy full SHA for 76a7235
docs/execution_walkthrough.md
@@ -369,7 +369,7 @@ place and invoke the function pointer.
369
This is where the trampoline comes in. It's a simple assembler function that
370
does three things:
371
372
-1. Fill in the 6 or 8 argument registers with the first values in the data
+1. Fill in the 6 or 8 argument registers (for x86 or ARM respectively) with the first values in the data
373
pointer and copy the rest into the stack as-is (no stack alignment or anything,
374
we guarantee from the Rust side that the stack will end up properly aligned).
375
2. Invoke the function pointer.
0 commit comments