ykjit / yk

yk packages
https://ykjit.github.io/yk/
Other
28 stars 7 forks source link

Unify call logic. #1254

Closed vext01 closed 1 month ago

vext01 commented 1 month ago

This makes both direct and indirect calls use the same codegen routine, thus removing some duplication.

(Motivation: I need to add floating point calling conventions soon and don't want to do it in two places)

ltratt commented 1 month ago

I like PRs which delete more than they add!