Skip to content

Commit

Permalink
Decide inline-worthiness based on a more nuanced cost model
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Jun 6, 2017
1 parent 1a12668 commit 4818fdd
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 130 deletions.
2 changes: 2 additions & 0 deletions base/boot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -382,4 +382,6 @@ show(a::ANY) = show(STDOUT, a)
print(a::ANY...) = print(STDOUT, a...)
println(a::ANY...) = println(STDOUT, a...)

eval(Main, :(const hacklog = Array{Any,1}(0)))

ccall(:jl_set_istopmod, Void, (Bool,), true)
Loading

0 comments on commit 4818fdd

Please sign in to comment.