Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package load time regressions in 1.12 #57436

Open
KristofferC opened this issue Feb 17, 2025 · 0 comments
Open

Package load time regressions in 1.12 #57436

KristofferC opened this issue Feb 17, 2025 · 0 comments
Labels
compiler:latency Compiler latency regression Regression in behavior compared to a previous version
Milestone

Comments

@KristofferC
Copy link
Member

I think this deserves a separate issue to track this.

❯ julia +nightly --project=@MTK_1.13 -e '@time using ModelingToolkit'
  3.292820 seconds (8.19 M allocations: 478.546 MiB, 7.74% gc time, 4.13% compilation time: 36% of which was recompilation)

  ❯ julia +1.11 --project=@MTK_1.11 -e '@time using ModelingToolkit'
  2.454841 seconds (5.07 M allocations: 346.203 MiB, 7.39% gc time, 3.76% compilation time: 31% of which was recompilation)

  ❯ julia +1.10 --project=@MTK_1.10 -e '@time using ModelingToolkit'
  2.507505 seconds (4.80 M allocations: 359.739 MiB, 10.68% gc time, 2.24% compilation time: 34% of which was recompilation)

Nightly has a big bump in load time.

@KristofferC KristofferC added compiler:latency Compiler latency regression Regression in behavior compared to a previous version labels Feb 17, 2025
@KristofferC KristofferC added this to the 1.12 milestone Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:latency Compiler latency regression Regression in behavior compared to a previous version
Projects
None yet
Development

No branches or pull requests

1 participant