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

[WIP] Compiler+VM POC #3648

Draft
wants to merge 104 commits into
base: master
Choose a base branch
from
Draft

[WIP] Compiler+VM POC #3648

wants to merge 104 commits into from

Conversation

SupunS
Copy link
Member

@SupunS SupunS commented Oct 28, 2024

Description

POC of compiler + VM, based on the work of #2088 by Bastian.


  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • Code follows the standards mentioned here
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

SupunS and others added 28 commits November 27, 2024 07:29
…tion-printer

[Custom VM] Improve and test instruction printer
…oding

[Compiler+VM PoC] Refactor bytecode encoding
…oding

[Compiler+VM PoC] Refactor instruction encoding/decoding
[Compiler+VM PoC] Allow compiler to generate instructions, retarget VM to use instructions
[Compiler+VM POC] Generate the code for the instructions
[Compiler+VM POC] Improve the custom instructions set
[Compiler+VM POC] Document effects of instructions on value stack and control stack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants