Skip to content

Commit ec1ea37

Browse files
committed
move optimize_soa to only happen at O1
1 parent f50fb68 commit ec1ea37

File tree

3 files changed

+222
-586
lines changed

3 files changed

+222
-586
lines changed

src/analysis_and_optimization/Optimize.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ type optimization_level = O0 | O1 | Oexperimental
12261226

12271227
let level_optimizations (lvl : optimization_level) : optimization_settings =
12281228
match lvl with
1229-
| O0 -> {no_optimizations with optimize_soa= true}
1229+
| O0 -> no_optimizations
12301230
| O1 ->
12311231
{ function_inlining= false
12321232
; static_loop_unrolling= false

0 commit comments

Comments
 (0)