v1.10.9
Fix trampoline warning on x86 as well (#56280)
Introduce `libjuliarepl` to break dependence on runtime libraries (#36588)
Set storage class of julia globals to dllimport on windows to avoid auto-import weirdness (#54572)
Add some documentation to cli/loaders (#40636)
Add `JL_DLLIMPORT` to `small_typeof` declaration (#50892)
Makefile: Add support for symbol versioning (ON by default) (#49012)
separate codegen/LLVM from julia runtime (#41936)
make better use of visibility attributes (#49600)
UTF16 conversion in loader uses dynamic buffers (#47421)
Update cli/loader_lib.c From Jameson: > apparently on Windows, the _Atomic x syntax means something slightly different and is not correctly implemented