Skip to content
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

Optimizing for lower calling overhead #3

Closed
SamuraiCrow opened this issue Jan 11, 2023 · 1 comment
Closed

Optimizing for lower calling overhead #3

SamuraiCrow opened this issue Jan 11, 2023 · 1 comment

Comments

@SamuraiCrow
Copy link

EEC-Developers/eec#25 describes an optimization where the first pass of the compiler could keep track of which registers are used by a function and save only the non-scratch members of the register list to the stack in the function preamble and restore the same list at the end. Since it's 68k series only, I thought I'd mention it here also.

@dmcoles dmcoles closed this as completed Feb 23, 2023
@dmcoles dmcoles reopened this Feb 23, 2023
@dmcoles
Copy link
Owner

dmcoles commented Feb 23, 2023

I don't believe this issue affects e-vo

@dmcoles dmcoles closed this as completed Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants