From c5bd32b0ad1a3d0fd20a3d1014cc8a97d889dc28 Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 14 Oct 2014 11:48:52 +0200 Subject: Refactored VM to two separate VMs; std & debug 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. --- ethutil/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'ethutil') diff --git a/ethutil/config.go b/ethutil/config.go index 81052318e..ccc7714d0 100644 --- a/ethutil/config.go +++ b/ethutil/config.go @@ -17,6 +17,7 @@ type ConfigManager struct { Diff bool DiffType string Paranoia bool + VmType int conf *globalconf.GlobalConf } -- cgit v1.2.3