Explorar o código

Add a comment to modelverse_kernel/main.py

jonathanvdc %!s(int64=8) %!d(string=hai) anos
pai
achega
8214637816
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      kernel/modelverse_kernel/main.py

+ 3 - 0
kernel/modelverse_kernel/main.py

@@ -35,6 +35,9 @@ class ModelverseKernel(object):
 
         # To disable the JIT, uncomment the line below:
         #     self.jit.set_jit_enabled(False)
+        #
+        # To disable direct calls in the JIT, uncomment the line below:
+        #     self.jit.allow_direct_calls(False)
         self.debug_info = defaultdict(list)
 
     def execute_yields(self, username, operation, params, reply):