search for: 35a0aed3

Displaying 2 results from an estimated 2 matches for "35a0aed3".

2014 Jul 18
2
[LLVMdev] GCC/LLVM frame pointer incompatibility on ARM
...accurate stack traces. Consider sampling profilers that capture call stacks. Using the unwind tables is disruptively slow to the process under profile. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140718/35a0aed3/attachment.html>
2014 Jul 18
2
[LLVMdev] GCC/LLVM frame pointer incompatibility on ARM
Having a different code path for prologue just for the sanitizers sounds pretty risky to me. That code is already strewn with conditional and modal stuff. Adding another variable to the permutations scares me. Is there really no alternative? Conditional code in the sanitizers that figure things out? LLDB and GDB have a very similar sort of problem for backtraces, including when debug info isn’t