Displaying 2 results from an estimated 2 matches for "libosz".
Did you mean:
libos
2015 Jan 20
2
[LLVMdev] [ LLI / MCJIT] re-initializing of lli ...
...the tool "lli" embedded in a process of a controll
> application.
>
> After the second JIT compile action I see the following messages:
>
> first JIT compile .. with a dump of the actual parameters:
>
> xargv: -load
> xargv: libqwt.so
> xargv: -load
> xargv: libosz.so
> xargv: -entry-function=main
> xargv: -use-mcjit
> xargv: source.bc -> the jitted application code works !
>
> second JIT compile:
>
> xargv: -load
> xargv: libqwt.so
> xargv: -load
> xargv: libosz.so
> xargv: -entry-function=main
> xargv: -use-mcjit
>...
2015 Jan 20
2
[LLVMdev] Instruction Cost
Thanks all for replying! I'll try the CostModel class first.
Jingyue
On Thu, Jan 15, 2015 at 3:47 AM, Jonas Wagner <jonas.wagner at epfl.ch> wrote:
> Hi,
>
> 3. CostModel::getInstructionCost::getInstructionCost in
>> lib/Analysis/CostModel.cpp
>>
>
> I've been using the CostModel class in a project, and it has worked quite
> well. I don't have