Daharewa Gureya
2014-Mar-30 23:13 UTC
[LLVMdev] Disable JIT and interpret code instead in VMKit
Hi, I kindly request some help here, am working on some open projects in VMKit! Do you know if there is an easy way to completely disable JIT and interpret the code instead? -- *Best Regards,* *David Daharewa Gureya* *E: gureya.daharewa at gmail.com <gureya.daharewa at gmail.com>* *Quick Links: www.c4dlab.ac.ke <http://www.c4dlab.ac.ke> | http://sci.uonbi.ac.ke/ <http://sci.uonbi.ac.ke/>* -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140331/52778e31/attachment.html>
Gaël Thomas
2014-Mar-31 06:15 UTC
[LLVMdev] Disable JIT and interpret code instead in VMKit
Hi Daharewa, Unfortunately, you can't : VMKit does not have an interpreter (or a baseline compiler)... Gaël Le 31 mars 2014 01:31, "Daharewa Gureya" <gureya.daharewa at gmail.com> a écrit :> > Hi, > I kindly request some help here, am working on some open projects in > VMKit! > Do you know if there is an easy way to completely disable JIT and > interpret the code instead? > -- > *Best Regards,* > > > *David Daharewa Gureya* > *E: gureya.daharewa at gmail.com <gureya.daharewa at gmail.com>* > *Quick Links: www.c4dlab.ac.ke <http://www.c4dlab.ac.ke> | > http://sci.uonbi.ac.ke/ <http://sci.uonbi.ac.ke/>* > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140331/b63cbf00/attachment.html>
Philip Reames
2014-Mar-31 21:21 UTC
[LLVMdev] Disable JIT and interpret code instead in VMKit
I'll point out that LLVM does have an old (and likely at least somewhat bit-rotten) C++ interpreter available in ExecutionEngine/Interpreter/. I know nothing about it's status. Philip On 03/30/2014 11:15 PM, Gaël Thomas wrote:> > Hi Daharewa, > > Unfortunately, you can't : VMKit does not have an interpreter (or a > baseline compiler)... > > Gaël > > Le 31 mars 2014 01:31, "Daharewa Gureya" <gureya.daharewa at gmail.com > <mailto:gureya.daharewa at gmail.com>> a écrit : > > > Hi, > I kindly request some help here, am working on some open projects > in VMKit! > Do you know if there is an easy way to completely disable JIT and > interpret the code instead? > -- > *Best Regards,* > > /*David Daharewa Gureya > */ > /*E: gureya.daharewa at gmail.com <mailto:gureya.daharewa at gmail.com>*/ > /*Quick Links: www.c4dlab.ac.ke <http://www.c4dlab.ac.ke> | > http://sci.uonbi.ac.ke/*/ > /**/ > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu> > http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140331/15e87a4d/attachment.html>