Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.6k
Commit45e0925

shield
We already do this for `require` in Base loading, it probably makessense to do this here as well, as invalidating this function easily adds+1s in load time for a jll. Avoids the big load time penalty fromloading IntelOpenMP_jll in#57436 (comment).Before:```julia>@time using ModelingToolkit 6.546844 seconds (16.09 M allocations: 938.530 MiB, 11.13% gc time, 16.35% compilation time: 12% of which was recompilation)```After:```julia>@time using ModelingToolkit 5.637914 seconds (8.26 M allocations: 533.694 MiB, 11.47% gc time, 3.11% compilation time: 17% of which was recompilation)```---------Co-authored-by: KristofferC <kristoffer.carlsson@juliacomputing.com>Co-authored-by: Cody Tapscott <84105208+topolarity@users.noreply.github.com>_artifact_str
function behind a world age barrier (#58957)1 parenta58dc52 commit45e0925
1 file changed
+10
-1
lines changedLines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
543 | 543 |
| |
544 | 544 |
| |
545 | 545 |
| |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
546 | 554 |
| |
547 | 555 |
| |
548 | 556 |
| |
| |||
565 | 573 |
| |
566 | 574 |
| |
567 | 575 |
| |
568 |
| - | |
| 576 | + | |
| 577 | + | |
569 | 578 |
| |
570 | 579 |
| |
571 | 580 |
| |
|
0 commit comments
Comments
(0)