Kristoffer Carlsson

Results 1634 comments of Kristoffer Carlsson

https://github.com/JuliaLang/julia/pull/50578 for reference when this was introduced.

Strange, according to https://github.com/JuliaLang/PackageCompiler.jl/blob/8cd96a11f91fcbe2349712a2401c1bd24424a977/src/library_selection.jl#L11 it should get copied if SuiteSparse_jll is in the environment (which it is for you).

Okay, but in that case `filter_stdlibs` should have filtered it out from the sysimage so then why does ``` │ [3] __init__() │ @ SuiteSparse.CHOLMOD ~/projects/app/share/julia/stdlib/v1.8/SuiteSparse/src/cholmod.jl:161 ``` run...

Seems like https://github.com/JuliaGPU/GPUCompiler.jl/issues/611 is where the conversation should be. PackageCompiler doesn't do anything out of the ordinary here and there is likely nothing that can be done here to fix...

You can change the environment on the app or? The one set there is only for starting it up. I must be misunderstanding something. But sure, we could append to...

I think the weirdness with this has been fixed now.

This seems to be worse on 1.12-nightly? ``` julia> VERSION v"1.12.0-DEV.2136" julia> @time using ModelingToolkit 3.713581 seconds (9.52 M allocations: 519.955 MiB, 8.09% gc time, 2.98% compilation time: 31% of...

I (vibe) coded a little script to measure load time and startup time of different julia versions: Script ```julia #!/usr/bin/env julia using JSON using Printf using Logging # ─── Helpers...

I think we have to punt on getting all this fixed for 1.12.0 and backport improvements instead. It is at least better now than when I opened this issue.