-
-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Description
According to the associated comment,
PackageCompiler.jl/src/PackageCompiler.jl
Lines 1047 to 1050 in 7f0607c
# Use workaround at https://github.com/JuliaLang/julia/issues/34064#issuecomment-563950633 | |
# by first creating a normal "empty" sysimage and then use that to finally create the one | |
# with the @ccallable function. | |
# This function can be removed when https://github.com/JuliaLang/julia/pull/37530 is merged |
the function
create_sysimage_workaround
should not be necessary anymore once JuliaLang/julia#37530 has been merged (which it was, approximately 2 years ago).
Since it seems like this workaround increases compile times, is it time to retire the workaround? Or is it still needed and only the comment needs updating?
Metadata
Metadata
Assignees
Labels
No labels