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

How will stack operations be optimized? #29

Open
appcypher opened this issue Oct 28, 2018 · 1 comment
Open

How will stack operations be optimized? #29

appcypher opened this issue Oct 28, 2018 · 1 comment

Comments

@appcypher
Copy link

My mind went to RISC-V when I saw this project, but you made a valid point that wasm is a stack machine.

Are you planning on making some of the instructions happen in registers or are all operations going to be strictly applied to memory addresses?

@appcypher appcypher changed the title How will the stack operations be optimized? How will stack operations be optimized? Oct 28, 2018
@lastmjs
Copy link
Owner

lastmjs commented Nov 28, 2018

So far the plan is to emulate the stack in registers

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

No branches or pull requests

2 participants