[llvm-dev] Feasibility of cling/llvm interpreter for JIT replacement
jacob navia via llvm-dev
llvm-dev at lists.llvm.org
Wed Apr 10 04:38:18 PDT 2019
Le 10/04/2019 à 11:33, mayuyu.io a écrit :
> Is there any reason not to use traditional approaches like ChaiScript?
>
> Zhang
>
Yes, that would mean generating chai script and not C, as it is done
now. That would mean writing a new back end for a specific port to an
specific architecture (iOS) and special casing all the backend of the
SQL-->C compiler.
That is (of course) doable, but it is a LOT of work.
More information about the llvm-dev
mailing list