qrdl / testaroli

Monkey patching unit testing utility for Go
Apache License 2.0
19 stars 0 forks source link

Consider using JIT memory on arm64/macOS #10

Open qrdl opened 5 months ago

qrdl commented 5 months ago

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 commented 4 months ago

There are possible 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