Hi Konstantin,
good point.
but I my intention is to have something like the llva project.
Basically I would like to define a machine that looks as if it has processors
running natively llvm code.
And when that runs enhance the llvm byte code with some specific instructions.
Besides this if I make my measurements on the running of llvm bytecode I can
test several platforms simultaneously because I can translate the enhancements
done on llvm code in optimizations specific for each platform without having to
redo the research.
regards,
dacian
________________________________
From: Konstantin Tokarev <annulen at yandex.ru>
To: Herbei Dacian <dacian_herbei at yahoo.fr>; "llvmdev at
cs.uiuc.edu" <llvmdev at cs.uiuc.edu>
Sent: Thursday, 19 September 2013, 16:25
Subject: Re: [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 make something similar 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>