Tagged Questions
2
votes
2answers
830 views
Callee save with the caller passing the used registers?
In compiler design, why instead of having a caller or callee register saving arrangement, couldn't the caller pass its list of used registers (that it would push in case of a caller saving ...