Skip to content

Commit

Permalink
Benchmark new optimizer
Browse files Browse the repository at this point in the history
Opening this PR to have nanosoldier run over the new optimizer
  • Loading branch information
Keno committed May 10, 2018
1 parent 78cf3cc commit 5f0393c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/compiler/optimize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ function isinlineable(m::Method, src::CodeInfo, mod::Module, params::Params, bon
return inlineable
end

const enable_new_optimizer = RefValue(false)
const enable_new_optimizer = RefValue(true)

# converge the optimization work
function optimize(me::InferenceState)
Expand Down

0 comments on commit 5f0393c

Please sign in to comment.