atJIT
atJIT copied to clipboard
Remote JIT server.
We can use another server to handle JIT requests if we move to ORC JIT instead of MCJIT. This can offload the work from the system to avoid regressions due to cache invalidation etc.
See Lang Hames's talk on ORC JIT to JIT on another machine.