Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a precompile signature to Artifacts code that is used by JLLs (#5…
…4350) ``` # before julia> @time using GR_jll 0.202372 seconds (421.29 k allocations: 23.172 MiB, 4.93% gc time, 37.90% compilation time: 2% of which was recompilation) # after julia> @time using GR_jll 0.176863 seconds (151.62 k allocations: 9.064 MiB, 6.16% gc time, 4.11% compilation time: 29% of which was recompilation)'' ```
- Loading branch information