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

[compiler, vm] Memory data structure #88

Open
AgwaB opened this issue Jan 5, 2019 · 1 comment
Open

[compiler, vm] Memory data structure #88

AgwaB opened this issue Jan 5, 2019 · 1 comment
Labels
help wanted Extra attention is needed proposal

Comments

@AgwaB
Copy link
Collaborator

AgwaB commented Jan 5, 2019

Subject
vm

Proposal Detail
Ethereum use 'memory' data structure.
It is volatile memory and stored in 'memory' when data is a function parameter or a return value.
Also it has to do with arrays, string, struct, and Ethereum use MLOAD, MSTORE, MSTORE8 opcode.

I think we may use it similar to Ethereum but We need to discuss about it !
About
How to use memory
How to design
etc...

Reference
https://hackernoon.com/getting-deep-into-evm-how-ethereum-works-backstage-ac7efa1f0015

@junbeomlee
Copy link
Member

@junbeomlee junbeomlee added help wanted Extra attention is needed proposal labels Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed proposal
Projects
None yet
Development

No branches or pull requests

2 participants