koa icon indicating copy to clipboard operation
koa copied to clipboard

[vm] Implement analysis function

Open AgwaB opened this issue 7 years ago • 0 comments

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 avatar Jan 01 '19 15:01 AgwaB