-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[Docs] Added a calling convention summary document. #38408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@swift-ci Please smoke test |
Could you convert this document to markdown? We're slowly trying to transition all the restructured text files from the legacy stuff there so they're readable on Github. |
Should this replace the existing RegisterUsage.md document? |
@CodaFi This particular file is definitely better in ReStructuredText, because of the large tables. Markdown table support is frankly a bit rubbish (particularly in its ASCII form), and for anything more than a simple table you end up having to use HTML, which is… unpleasant. I don't understand why you think it wouldn't be readable on GitHub; it definitely is. |
It could do, I suppose. It covers a bit more than just register usage, though, and I didn't really want to remove
Good idea. |
@swift-ci Please smoke test |
@swift-ci Please smoke test |
Added a summary of x86-64 and ARM64 calling conventions, with links.
@swift-ci Please smoke test |
Added a summary of x86-64 and ARM64 calling conventions, with links.