A new article from the Old New Thing:
The compiler can make up its own calling conventions, within limits
by Raymond Chen
From the article:
There are three parties to a calling convention. The function doing the calling. The function being called. The operating system. The operating system needs to get involved if something unusual occurs, like an exception, and it needs to go walking up the stack looking for a handler...
Add a Comment
Comments are closed.