search for: pgoprofile

Displaying 5 results from an estimated 5 matches for "pgoprofile".

Did you mean: oprofile
2014 Feb 19
2
[LLVMdev] asan coverage
On Tue, Feb 18, 2014 at 10:15 PM, Bob Wilson <bob.wilson at apple.com> wrote: > Our instrumentation code is basically done now, so you can try it out and > compare the performance. Just build with -finstr-profile-generate. > Is this in trunk? clang-3.5: error: unknown argument: '-finstr-profile-generate' --kcc > You may want to hack the compiler-rt code in
2014 Feb 18
2
[LLVMdev] asan coverage
Regarding performance, I've made a simple coverage with counters and compared it with AsanCoverage. AsanCoverage produces code like this: mov 0xe86cce(%rip),%al test %al,%al je 48b4a0 # to call __sanitizer_cov ... callq 4715b0 <__sanitizer_cov> A simple counter-based thing (which just increments counters and does nothing else useful) produces this: incq 0xe719c6(%rip) The
2014 Feb 19
2
[LLVMdev] asan coverage
I've built chromium with " -fprofile-instr-generate -fsanitize=address" -- the performance looks good! The file format from r198638 is indeed rudimentary. Do you already know how the real output format will look like? Just to summarize what I think is important: - minimal size on disk, minimal amount of files - minimal i/o while writing to disk, no lockf or some such -
2018 Feb 09
0
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
....ll LLVM :: ThinLTO/X86/personality-local.ll LLVM :: ThinLTO/X86/personality.ll LLVM :: ThinLTO/X86/reference_non_importable.ll LLVM :: ThinLTO/X86/save_objects.ll LLVM :: ThinLTO/X86/tli-nobuiltin.ll LLVM :: Transforms/FunctionImport/funcimport_var.ll LLVM :: Transforms/PGOProfile/thinlto_samplepgo_icp2.ll LLVM :: Transforms/PGOProfile/thinlto_samplepgo_icp3.ll LLVM :: tools/dsymutil/ARM/fat-threading.test LLVM :: tools/llvm-cov/threads.c LLVM :: tools/llvm-profdata/multiple-inputs.test LLVM :: tools/llvm-profdata/multiple-profdata-merge.test LLVM ::...
2018 Feb 09
2
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
On Thu, Feb 8, 2018 at 10:43 PM, Dimitry Andric <dimitry at andric.com> wrote: > On 7 Feb 2018, at 21:51, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: >> >> There's been a lot of merges since rc1, and hopefully the tests are in >> a better state now. >> >> 6.0.0-rc2 was just tagged, after r324506. >> >>