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

[vm] Implement analysis function #60

Open
AgwaB opened this issue Jan 1, 2019 · 0 comments
Open

[vm] Implement analysis function #60

AgwaB opened this issue Jan 1, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@AgwaB
Copy link
Collaborator

AgwaB commented Jan 1, 2019

Subject
asm.go

Detail
we need to analyze while assemble the rawByteCode,
analysis() function calculate the cost of running the code.
And we need to discuss about it more.

ex) if code's cost is very, vm may possibly stop.

Reference
Ethereum opcode gas costs
https://docs.google.com/spreadsheets/d/1n6mRqkBz3iWcOlRem_mO09GtSKEKrAsfO7Frgx18pNU/edit#gid=0

@AgwaB AgwaB added the help wanted Extra attention is needed label Jan 1, 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
Projects
None yet
Development

No branches or pull requests

1 participant