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

feat(codegen): dispatching functions with function dispatcher #153

Merged
merged 10 commits into from
Oct 24, 2023

Conversation

clearloop
Copy link
Member

@clearloop clearloop commented Oct 20, 2023

Resolves #158
Resolves #151
Resolves #144

Changes

  • introduce flag dispatcher for compiler
  • introduce ABI
  • register compiled bytecode in backtrace
  • embed end in dispatcher
    • a PC of the end of the dispatcher should be used before dispatching
  • refactor code section
  • refactor jumps of callee functions ( no more fixed program counter for calling internal functions )
  • complete storage tests with dispatcher

@clearloop clearloop marked this pull request as ready for review October 21, 2023 14:22
@clearloop clearloop changed the title feat(compiler): introduce flag dispatcher for compiler feat(codegen): dispatching functions from selector Oct 24, 2023
@clearloop clearloop changed the title feat(codegen): dispatching functions from selector feat(codegen): dispatching functions with function dispatcher Oct 24, 2023
@clearloop clearloop merged commit 8dbf15f into main Oct 24, 2023
3 checks passed
@clearloop clearloop deleted the cl/issue-151 branch October 24, 2023 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant