Hacker News new | ask | show | jobs
by terrymah 4756 days ago
Following the ABI is only an issue at module boundaries. If you control every callsite of a function, you can invent whatever calling convention you want.
1 comments

But you still need the function tables and follow prolog/epilog conventions with x64 for SEH to work.