You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a cross-post of JuliaGraphics/Gtk.jl#466. Brief summary: there is a 10x increase in package load time for Gtk (from ~1s to ~10s), for which the main culprit is the sheer number of calls to jl_recache_method_instance. Looking at the signatures it's being called on, it's not clear that all of those deserve to be there.
This might be a consequence of the new artifact system, but the signatures lead me to be skeptical that it's related.
The text was updated successfully, but these errors were encountered:
This is a cross-post of JuliaGraphics/Gtk.jl#466. Brief summary: there is a 10x increase in package load time for Gtk (from ~1s to ~10s), for which the main culprit is the sheer number of calls to
jl_recache_method_instance
. Looking at the signatures it's being called on, it's not clear that all of those deserve to be there.This might be a consequence of the new artifact system, but the signatures lead me to be skeptical that it's related.
The text was updated successfully, but these errors were encountered: