We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6508d commit a4bfb9cCopy full SHA for a4bfb9c
contrib/generate_precompile.jl
@@ -64,6 +64,9 @@ if have_repl
64
"""
65
end
66
67
+# This is disabled because it doesn't give much benefit
68
+# and the code in Distributed is poorly typed causing many invalidations
69
+#=
70
Distributed = get(Base.loaded_modules,
71
Base.PkgId(Base.UUID("8ba89e20-285c-5b6f-9357-94700520ee1b"), "Distributed"),
72
nothing)
@@ -75,6 +78,8 @@ if Distributed !== nothing
75
78
@distributed (+) for i = 1:100 Int(rand(Bool)) end
76
79
77
80
81
+=#
82
+
83
84
Artifacts = get(Base.loaded_modules,
85
Base.PkgId(Base.UUID("56f22d72-fd6d-98f1-02f0-08ddc0907c33"), "Artifacts"),
0 commit comments