|
@@ -318,7 +318,7 @@ class ModelverseJit(object):
|
|
|
# Extract the compiled function from the JIT global state.
|
|
|
compiled_function = self.jit_globals[function_name]
|
|
|
|
|
|
- print(constructed_function)
|
|
|
+ # print(constructed_function)
|
|
|
raise primitive_functions.PrimitiveFinished(compiled_function)
|
|
|
|
|
|
class AnalysisState(object):
|