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

scriptcomp: Move all inline m_pchOutputCode writes to EmitXxx() / EmitInstruction() #83

Open
mtijanic opened this issue Jul 17, 2023 · 0 comments

Comments

@mtijanic
Copy link
Collaborator

As done with EmitModifyStackPointer(). There's about 90 such cases left, and some 40 different opcodes. Stuff like add/sub/mul/div/etc can probably all go into the same function though. Whatever ends up being cleanest and easiest to build optimizations later.

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

1 participant