Displaying 2 results from an estimated 2 matches for "402a99".
Did you mean:
40299
2013 Jan 04
3
[LLVMdev] instruction scheduling issue
Hi all,
I'm trying to insert a function call "llvm_memory_profiling " right before each memory access. The function uses the effective address of the memory access as its single parameter.
A example is as follows: the function call at 402a99 has a parameter passed to %rdi at 402a91. One can see that the function call is exactly before the
memory access I want to monitor because the effective address used by 402a9e is passed to the function call.
402a91: 48 8d bc 1c 48 02 00 lea 0x248(%rsp,%rbx,1),%rdi
402a98: 00...
2013 Jan 07
0
[LLVMdev] instruction scheduling issue
...[LLVMdev] instruction scheduling issue
Hi all,
I'm trying to insert a function call "llvm_memory_profiling " right before
each memory access. The function uses the effective address of the memory
access as its single parameter.
A example is as follows: the function call at 402a99 has a parameter passed
to %rdi at 402a91. One can see that the function call is exactly before the
memory access I want to monitor because the effective address used by 402a9e
is passed to the function call.
402a91: 48 8d bc 1c 48 02 00 lea 0x248(%rsp,%rbx,1),%rdi
402a98:...