Displaying 1 result from an estimated 1 matches for "1012845".
Did you mean:
1012825
2010 Oct 19
2
[LLVMdev] llvm register reload/spilling around calls
Hi,
I was investigating some performance issues with llvm JIT-generated code
(x86_64), and looking at the assembly it indeed seemed quite suboptimal.
In particular, the code is basically implementing some kind of caching.
If there's a cache hit, the code just takes the value from the cache, if
not it will do whatever is necessary to update the cache - this is
expensive but happens only in