testaroli icon indicating copy to clipboard operation
testaroli copied to clipboard

Consider using JIT memory on arm64/macOS

Open qrdl opened this issue 1 year ago • 1 comments

https://developer.apple.com/documentation/apple-silicon/porting-just-in-time-compilers-to-apple-silicon

It works without JIT, but probably JIT is a better solution since it is backed by Apple.

qrdl avatar Feb 20 '24 17:02 qrdl

There are potential issues with this approach with macOS 14.4: https://blogs.oracle.com/java/post/java-on-macos-14-4 so probably better to leave it be, at least for now

qrdl avatar Mar 18 '24 06:03 qrdl

Current solution works fine and there is no need to change it

qrdl avatar Nov 25 '24 10:11 qrdl