Skip to content

Commit e1f4f65

Browse files
authored
make sure sortperm on Vector{Float64} is precompiled (#40645)
1 parent c556bb9 commit e1f4f65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/Base.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,9 @@ for match = _methods(+, (Int, Int), -1, get_world_counter())
426426
Core.svec(1, 2) == Core.svec(3, 4)
427427
any(t->t[1].line > 1, [(LineNumberNode(2,:none), :(1+1))])
428428

429+
# Code loading uses this
430+
sortperm(mtime.(readdir(".")), rev=true)
431+
429432
break # only actually need to do this once
430433
end
431434

0 commit comments

Comments
 (0)