Skip to content

Commit

Permalink
Add setup for RLCSE experiment (#3975)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyAyersMS authored Feb 23, 2024
1 parent 9c70e48 commit 06fc49a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ci_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@ def main(args: Any):
experiment_config = variable_format % ('DOTNET_JitEnableCrossBlockLocalAssertionProp', '1')
elif args.experiment_name == "gdv3":
experiment_config = variable_format % ('DOTNET_JitGuardedDevirtualizationMaxTypeChecks', '3')
elif args.experiment_name == "rlcse":
experiment_config = variable_format % ('DOTNET_JitRLCSEGreedy', '1')

output = ''

Expand Down

0 comments on commit 06fc49a

Please sign in to comment.