Native Apple Silicon M1 support
26 May 2021 | apple m1 technote llvmApple Silicon proposed in PR586. It includes:
m1
arm64
version ofllvm
,ilibmobiledevice
,hfsconmpressor
libraries to allow it being used with arm64 version of java;- support for
arm64
iOS simulator andarm64
MacOSX console target.
How fast it is (compiling classes using 8 threads):
(Mac Mini m1): Compiled 3317 classes in 36.45 seconds
(Mac Pro W3565): Compiled 3317 classes in 111.60 seconds
(MacBook Pro, i5-4278U @ 4 threads): Compiled 3317 classes in 219.09 seconds