search for: relinkandrecompilefunction

Displaying 2 results from an estimated 2 matches for "relinkandrecompilefunction".

2008 Oct 03
1
[LLVMdev] Dynamic Optimization Infrastructure
Does anyone know if LLVM will soon have a dynamic optimization infrastructure, namely support to generate trampolines back to the JIT/execution manager that get run when a piece of code's frequency exceeds a threshold? I see that there already is a relinkAndRecompileFunction in the JIT, which will be useful. Rather than roll my own mechanisms and have to worry about jumping back to code that gets replaced, are there already works in progress? Also, is there a way to generate platform independent trampolines (e.g. generate IR that calls a function pointer to the execut...
2008 Oct 06
2
[LLVMdev] why doesn't LLVM link its dependencies dynamically?
...5 at gmail.com> wrote: > Does anyone know if LLVM will soon have a dynamic optimization > infrastructure, namely support to generate trampolines back to the > JIT/execution manager that get run when a piece of code's frequency exceeds > a threshold? I see that there already is a relinkAndRecompileFunction in the > JIT, which will be useful. Rather than roll my own mechanisms and have to > worry about jumping back to code that gets replaced, are there already works > in progress? > > Also, is there a way to generate platform independent trampolines (e.g. > generate IR that calls a f...