Explorar o código

Up the max instruction count

jonathanvdc %!s(int64=8) %!d(string=hai) anos
pai
achega
abc187f84e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      kernel/modelverse_jit/jit.py

+ 1 - 1
kernel/modelverse_jit/jit.py

@@ -85,7 +85,7 @@ class JitCompilationFailedException(Exception):
 
 class ModelverseJit(object):
     """A high-level interface to the modelverse JIT compiler."""
-    def __init__(self, max_instructions=50, compiled_function_lookup=None):
+    def __init__(self, max_instructions=100, compiled_function_lookup=None):
         self.todo_entry_points = set()
         self.no_jit_entry_points = set()
         self.jitted_entry_points = {}