Displaying 3 results from an estimated 3 matches for "088665".
Did you mean:
088465
2016 May 27
2
How to recompile functions with ORC JIT?
...are gathered. Given enough data the function is recompiled using
different optimizations. This happens
repeatedly until the "best" optimization parameters are found.
A similar question was asked before and a solution was suggested:
http://lists.llvm.org/pipermail/llvm-dev/2015-July/088665.html
What I am trying to figure out is how the function pointer can be
updated to point to the newly
compiled version.
Thanks,
Theodor
2016 May 27
0
How to recompile functions with ORC JIT?
...he function is recompiled using different
> optimizations. This happens
>
> repeatedly until the "best" optimization parameters are found.
>
>
> A similar question was asked before and a solution was suggested:
>
> http://lists.llvm.org/pipermail/llvm-dev/2015-July/088665.html
>
>
> What I am trying to figure out is how the function pointer can be updated
> to point to the newly
>
> compiled version.
>
>
> Thanks,
>
> Theodor
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at...
2016 May 27
1
How to recompile functions with ORC JIT?
...>> different optimizations. This happens
>>
>> repeatedly until the "best" optimization parameters are found.
>>
>>
>> A similar question was asked before and a solution was suggested:
>>
>> http://lists.llvm.org/pipermail/llvm-dev/2015-July/088665.html
>>
>>
>> What I am trying to figure out is how the function pointer can be updated
>> to point to the newly
>>
>> compiled version.
>>
>>
>> Thanks,
>>
>> Theodor
>>
>> _______________________________________________...