julia icon indicating copy to clipboard operation
julia copied to clipboard

Basic compile-on-demand support

Open pchintalapudi opened this issue 1 year ago • 3 comments

By leveraging JITLink, we can obtain lazier compilation provided by LLVM. Because we're using JITLink though, we only support platforms which JITLink can operate on (at the moment only M1 macs and potentially Linux x86-64).

Depends on #46216 Supersedes #44575, #44886, #45038

pchintalapudi avatar Jul 31 '22 06:07 pchintalapudi

https://llvm.org/docs/JITLink.html#jitlink-availability-and-feature-status both seem to have partial?

Moelf avatar Aug 01 '22 03:08 Moelf

I think COFF and aarch64-linux is coming in LLVM 15

vchuravy avatar Aug 01 '22 13:08 vchuravy

Don't believe those docs so much, they aren't updated that frequently unfortunately

gbaraldi avatar Aug 01 '22 13:08 gbaraldi