Let's go down to the metal.
Parameter Passing in C and C++
by Scott Wolchok
From the article:
Now that we know how to read assembly language, we can talk about how parameter passing works at the machine level and its consequences for writing faster code. We will focus on x86_64, but ARM64 works in a roughly similar way...
Add a Comment
Comments are closed.