Explorar el Código

Use the JIT by default, even in the tests

Yentl Van Tendeloo hace 8 años
padre
commit
69ab235a23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/run_local_modelverse.py

+ 1 - 1
scripts/run_local_modelverse.py

@@ -7,4 +7,4 @@ if len(sys.argv) < 2:
     sys.stderr.write("    %s port\n" % sys.argv[0])
 else:
     subprocess.check_call([sys.executable, "-m", "sccd.compiler.sccdc", "-p", "threads", "server.xml"], cwd="hybrid_server")
-    subprocess.call([sys.executable, "run_mvk_server.py"] + sys.argv[1:] + ["--kernel=legacy-interpreter"], cwd="hybrid_server")
+    subprocess.call([sys.executable, "run_mvk_server.py"] + sys.argv[1:] + ["--kernel=baseline-jit"], cwd="hybrid_server")