You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do full despecialization on components and connectors
These dont do any real work but can take a signficant time to compile, as an example, for a large model, as a baseline, I am seeing:
```
create model: 62.041103 seconds (193.16 M allocations: 9.779 GiB, 6.39% gc time, 99.79% compilation time: <1% of which was recompilation)
```
but with this PR active:
```
create model: 24.796934 seconds (67.98 M allocations: 3.496 GiB, 8.33% gc time, 98.84% compilation time: <1% of which was recompilation)
```
Note, this requires the not yet merged JuliaLang/julia#61746 to have any effect
0 commit comments