aboutsummaryrefslogtreecommitdiffstats
path: root/ethvm/virtual_machine.go
Commit message (Collapse)AuthorAgeFilesLines
* Tests for native function callingobscuren2014-10-141-0/+2
|
* Refactored VM to two separate VMs; std & debugobscuren2014-10-141-0/+7
Standard VM should be about 10x faster than the debug VM. Some error checking has been removed, all of the log statements and therefor quite some unnecessary if-statements.