Skip to content

Commit 001b6ca

Browse files
committedOct 17, 2024
Bytecode DSL interpreter migration
1 parent 371a922 commit 001b6ca

File tree

93 files changed

+12123
-1114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+12123
-1114
lines changed
 

‎ci.jsonnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "f15a3f1fad6bd3cf1a8a68316d64b18b31f179b8" }
1+
{ "overlay": "7e84f6587069e4767923e22f335e535fd9a90147" }

‎graalpython/com.oracle.graal.python.benchmarks/python/harness.py

+3
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,9 @@ def run_benchmark(args):
501501
else:
502502
print("### no extra module search paths specified")
503503

504+
if GRAALPYTHON:
505+
print(f"### using bytecode DSL interpreter: {__graalpython__.is_bytecode_dsl_interpreter}")
506+
504507
BenchRunner(bench_file, bench_args=bench_args, iterations=iterations, warmup=warmup, warmup_runs=warmup_runs, startup=startup, live_results=live_results).run()
505508

506509

0 commit comments

Comments
 (0)