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

Dev #20

Merged
merged 7 commits into from
Jul 31, 2022
Merged

Dev #20

merged 7 commits into from
Jul 31, 2022

Conversation

sam-astro
Copy link
Owner

  • Adds new jreg instruction and edit the existing jmp's to allow for large addresses
  • Huge performance updates

sam-astro and others added 7 commits July 25, 2022 09:22
There are many unnecessary copies of strings and vectors, these slow the program down
After profiling, it turns out that decoding ints from microinstructionData is a major bottleneck. vector wasn't ever necessary, since all instructions are the same number of bits (14). Manipulating bits is much faster than iterating over a vector.
@sam-astro sam-astro merged commit a16ad44 into main Jul 31, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants