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

save & load program in target code format #4

Open
3 tasks
christianparpart opened this issue May 26, 2018 · 0 comments
Open
3 tasks

save & load program in target code format #4

christianparpart opened this issue May 26, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@christianparpart
Copy link
Owner

support saving and loading programs in target code (binary) format.

the binary program should at least contain:

  • section for each handler (and future function)
  • section for constants

steps

  • design object file format
  • stream vm::Program to object file
  • load object file into vm::Program
@christianparpart christianparpart added the enhancement New feature or request label May 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant