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
Last year I reported that on Kathleen lld (the LLVM linker) used to crash badly, providing the following reproducer (the linker invocation isn't quite complete and it wouldn't create a valid executable anyway, but normally it shouldn't crash with a bus error):
This issue also affected julia, which in some cases needs to use lld under the hood, then Owain created this wrapper to workaround the issue (--pkgimages=no means that julia won't compile native code for user packages, thus not requiring the linker, but this also makes using packages in julia slower, as there's no cache of native code which has always to be recompiled on demand in all new sessions).
However, as far as I can tell, after the upgrade to the new filesystem on kathleen all these issues seem to be gone, and the Julia wrapper doesn't seem to be needed anymore.
The text was updated successfully, but these errors were encountered:
Last year I reported that on Kathleen
lld
(the LLVM linker) used to crash badly, providing the following reproducer (the linker invocation isn't quite complete and it wouldn't create a valid executable anyway, but normally it shouldn't crash with a bus error):This issue also affected julia, which in some cases needs to use
lld
under the hood, then Owain created this wrapper to workaround the issue (--pkgimages=no
means that julia won't compile native code for user packages, thus not requiring the linker, but this also makes using packages in julia slower, as there's no cache of native code which has always to be recompiled on demand in all new sessions).However, as far as I can tell, after the upgrade to the new filesystem on kathleen all these issues seem to be gone, and the Julia wrapper doesn't seem to be needed anymore.
The text was updated successfully, but these errors were encountered: