Skip to content

Commit

Permalink
turn on split critical edges
Browse files Browse the repository at this point in the history
  • Loading branch information
rahxephon89 committed Oct 18, 2024
1 parent 72bc30e commit ce398ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/move/move-compiler-v2/src/experiments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pub static EXPERIMENTS: Lazy<BTreeMap<String, Experiment>> = Lazy::new(|| {
Experiment {
name: Experiment::SPLIT_CRITICAL_EDGES.to_string(),
description: "Turns on or off splitting of critical edges".to_string(),
default: Given(false),
default: Given(true),
},
Experiment {
name: Experiment::OPTIMIZE.to_string(),
Expand Down

0 comments on commit ce398ca

Please sign in to comment.