Skip to content

Commit aa193a3

Browse files
committed
Benchmark new optimizer
Opening this PR to have nanosoldier run over the new optimizer
1 parent 9c7c7da commit aa193a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/compiler/optimize.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ function isinlineable(m::Method, src::CodeInfo, mod::Module, params::Params, bon
266266
return inlineable
267267
end
268268

269-
const enable_new_optimizer = RefValue(false)
269+
const enable_new_optimizer = RefValue(true)
270270

271271
# converge the optimization work
272272
function optimize(me::InferenceState)

0 commit comments

Comments
 (0)