aboutsummaryrefslogtreecommitdiffstats
path: root/ethvm/debugger.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactored VM to two separate VMs; std & debugobscuren2014-10-141-0/+10
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.