aboutsummaryrefslogtreecommitdiffstats
path: root/ethvm/common.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactored VM to two separate VMs; std & debugobscuren2014-10-141-1/+39
| | | | | | 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.
* Refactored state, state object and vmobscuren2014-07-221-0/+27
* The State and StateObject have been moved to their own package * The VM is moved to it's own package