On Thursday, 15 December 2016 at 06:04:12 UTC, deadalnix wrote:
On Tuesday, 13 December 2016 at 07:21:07 UTC, Stefan Koch wrote:

Do you use MCJIT or some special sauce made with Orc ?

Anyway, yes, LLVM's JIT is heavy duty, good for long running code but probably not so much for CTFE which are mostly one shot.

MCJIT, mostly orc is not available with the old set of sdc-llvm headers I happen to use. Orc is too much of a pain to setup if you are not planning on rolling with llvm to begin with. Also LLVM has a but of weirdness to it. Where it'll miscompile perfectly valid code.
(I happen to use llvm 3.4)

Reply via email to