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

Architectural choices #39

Open
void4 opened this issue Apr 14, 2019 · 0 comments
Open

Architectural choices #39

void4 opened this issue Apr 14, 2019 · 0 comments
Labels

Comments

@void4
Copy link
Owner

void4 commented Apr 14, 2019

OS-level:

  • no dependencies
  • not portable

VM-level:

  • platform independent
  • can act as target platform for many languages
  • instructions have constant runtime, proportional costs
  • free choice of accounting granularity
  • requires also building a language to showcase concepts

Language-Level:

  • quickest proof of concept
  • accurate resource accounting impossible
@void4 void4 added the RARVM label Apr 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant