cpu-registers

In python on x86-64, are the first 6 arguments typically passed on registers?

In python on x86-64, are the first 6 arguments typically passed on registers? Question: To the best of my knowledge, in low level languages such as C, it is generally advisable to keep the number of arguments to functions to 6 or lower, since then there is no need to pass arguments on the stack …

Total answers: 1