![]() |
|
|
|
#1
|
|||
|
|||
|
1) well, your original claim was that if a called function doesn't use any special registers, then it won't be used. That however is clearly false, as the called function is free to use the home space for whatever it likes. There is no "requirement" or "intent" to use it for register spill, the optimizer is free to use this space.
2/3) Well, what other x64 calling convention on windows do you know of? 4) That seems to be correct, according to MSDN and to code I've seen. My initial claim that it is not fixed and dependent on number of parameters was wrong. |
| The Following User Says Thank You to mcp For This Useful Post: | ||
Indigo (07-19-2019) | ||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Calling any function dynamically without typedef | Succubus | Source Code | 0 | 10-21-2021 16:34 |
| Calling function from a class | AdamD | General Discussion | 0 | 02-17-2005 22:59 |
| how do you stop a program from calling home? | sb1855 | General Discussion | 4 | 03-29-2003 04:40 |
| Softice - how do I return to calling code? | sync | General Discussion | 16 | 08-22-2002 20:02 |