aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/memory.go
Commit message (Expand)AuthorAgeFilesLines
* core/vm: Fork fix. Removal of appending 0 bytes in memsetobscuren2015-05-261-6/+2
* core/vm: RETURN op code returns pointer to memory rather than copyobscuren2015-05-201-0/+12
* Removed commentsobscuren2015-03-271-15/+0
* Removed defer/panic. #503obscuren2015-03-271-17/+21
* Explicitly check memory's data store. #515obscuren2015-03-271-1/+8
* moved state and vm to coreobscuren2015-03-231-0/+76