Skip to content

Commit 4cc7e42

Browse files
committed
[GR-70987] Add bc-dsl suffix to bc DSL runs in polybench guest-vm-config.
PullRequest: graal/22487
2 parents 992357f + 679056d commit 4cc7e42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

truffle/mx.truffle/mx_polybench/model.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,8 @@ def _infer_guest_vm_info(self, benchmarks, bm_suite_args) -> Tuple[str, str]:
692692
guest_vm_config = "interpreter"
693693
else:
694694
guest_vm_config = "default"
695+
if "-Dpython.EnableBytecodeDSLInterpreter=true" in self.vmArgs(bm_suite_args):
696+
guest_vm_config += "-bc-dsl"
695697
return guest_vm, guest_vm_config
696698

697699
def rules(self, output, benchmarks, bmSuiteArgs):

0 commit comments

Comments
 (0)