search for: 5bd80e94

Displaying 3 results from an estimated 3 matches for "5bd80e94".

2013 Sep 19
2
[LLVMdev] LLVM virtual machine
Hi,Is there possible to run the llvm byte code purely interpreted with lli? I know there is this option but in the documentation is stated also that the option is not working and is not maintained. Did I understand wrong? Is it working? Is anyone working on this option? I would like to make something similar to q-emu or bochs. best regards, dacian -------------- next part -------------- An HTML
2013 Sep 19
0
[LLVMdev] LLVM virtual machine
19.09.2013, 18:20, "Herbei Dacian" <dacian_herbei at yahoo.fr>: > Hi, > Is there possible to run the llvm byte code purely interpreted with lli? > I know there is this option but in the documentation is stated also that the option is not working and is not maintained. > Did I understand wrong? Is it working? > Is anyone working on this option? > I would like to
2013 Sep 19
2
[LLVMdev] LLVM virtual machine
...ar to q-emu or bochs. In this case you probably need to interpret machine code (or assembly language) instead of llvm bitcode. -- Regards, Konstantin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130919/5bd80e94/attachment.html>