atJIT icon indicating copy to clipboard operation
atJIT copied to clipboard

Remote JIT server.

Open kavon opened this issue 6 years ago • 0 comments

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.

kavon avatar Oct 17 '18 19:10 kavon