aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/settings.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/vm/settings.go')
-rw-r--r--core/vm/settings.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/vm/settings.go b/core/vm/settings.go
index 0cd931b6a..f9296f6c8 100644
--- a/core/vm/settings.go
+++ b/core/vm/settings.go
@@ -17,9 +17,9 @@
package vm
var (
- DisableJit bool = true // Disable the JIT VM
- ForceJit bool // Force the JIT, skip byte VM
- MaxProgSize int // Max cache size for JIT Programs
+ EnableJit bool // Enables the JIT VM
+ ForceJit bool // Force the JIT, skip byte VM
+ MaxProgSize int // Max cache size for JIT Programs
)
const defaultJitMaxCache int = 64