Skip to content

Commit 4818fdd

Browse files
committed
Decide inline-worthiness based on a more nuanced cost model
1 parent 1a12668 commit 4818fdd

File tree

2 files changed

+237
-130
lines changed

2 files changed

+237
-130
lines changed

base/boot.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,4 +382,6 @@ show(a::ANY) = show(STDOUT, a)
382382
print(a::ANY...) = print(STDOUT, a...)
383383
println(a::ANY...) = println(STDOUT, a...)
384384

385+
eval(Main, :(const hacklog = Array{Any,1}(0)))
386+
385387
ccall(:jl_set_istopmod, Void, (Bool,), true)

0 commit comments

Comments
 (0)