Commit e365477
committed
Run
This change makes the LinearAlgebra initialization code run during the
sysimage build, similar to how it would run when using LinearAlgebra at
top-level in a normal package.
In this configuration, we can't rely on the serializer to isolate
side-effects for us, so we have to manually ensure that any mutations
that we perform here are not accidentally persisted to run-time.__init__() even in sysimage builds1 parent 2c3fe9b commit e365477
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
| 844 | + | |
| 845 | + | |
844 | 846 | | |
845 | 847 | | |
846 | 848 | | |
| |||
849 | 851 | | |
850 | 852 | | |
851 | 853 | | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
852 | 857 | | |
0 commit comments