We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65803a commit 91940b4Copy full SHA for 91940b4
scripts/ci_setup.py
@@ -414,9 +414,7 @@ def main(args: Any):
414
if args.r2r_status == 'nor2r':
415
r2r_config = variable_format % ('DOTNET_ReadyToRun', '0')
416
417
- if args.experiment_name == "rlcse":
418
- experiment_config = variable_format % ('DOTNET_JitRLCSEGreedy', '1')
419
- elif args.experiment_name == "jitoptrepeat":
+ if args.experiment_name == "jitoptrepeat":
420
experiment_config = variable_format % ('DOTNET_JitOptRepeat', '*')
421
elif args.experiment_name == "rpolayout":
422
experiment_config = variable_format % ('DOTNET_JitDoReversePostOrderLayout', '1')
0 commit comments