search for: 6fee487e

Displaying 2 results from an estimated 2 matches for "6fee487e".

Did you mean: 6ee48ee
2013 Sep 06
0
[LLVMdev] RFC - Extending ProfileInfo to support external profiles
...ofile (e.g. % of samples/records dropped from the profile). > Yes, in designing your own (from the ground up) loader, these will be important issues. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130906/6fee487e/attachment.html>
2013 Sep 06
3
[LLVMdev] RFC - Extending ProfileInfo to support external profiles
I've been looking at the existing profile support in LLVM with the intent of incorporating other sources of profile information. In particular, I'm writing a tool that converts perf (http://perf.wiki.kernel.org) data into a loadable LLVM profile. First, I would like to describe what I understand about the current setup. Please correct me, as I'm likely to be missing a few things. I