Calling C functions

Kagamin spam at here.lot
Tue Jun 30 07:00:53 UTC 2020


On Monday, 29 June 2020 at 19:55:59 UTC, Steven Schveighoffer 
wrote:
> Yep, for sure. I'll file an issue. Anyone know why the calling 
> convention would differ?

It's easier to enforce left to right evaluation order this way: 
arguments are pushed to stack as they are evaluated, which is 
pascal calling convention.


More information about the Digitalmars-d-learn mailing list