tip-of-tree clang asserts building boringssl in chromeos builds |
||
Issue descriptionExample builds: https://ci.chromium.org/p/chromium/builders/luci.chromium.try/linux-chromeos-compile-dbg/7714 https://ci.chromium.org/p/chromium/builders/luci.chromium.try/linux-chromeos-dbg/558 https://ci.chromium.org/p/chromium/builders/luci.chromium.try/linux_chromium_chromeos_asan_rel_ng/15961 https://ci.chromium.org/p/chromium/builders/luci.chromium.try/linux_chromium_chromeos_msan_rel_ng/1067
,
Nov 29
Bisecting... a.sh: #!/bin/bash set -exo pipefail ninja -C build.release clang || exit 125 rm -f /work/chromium/src/out/release/android_clang_x86/obj/third_party/boringssl/boringssl/bcm.o ninja -C /work/chromium/src/out/release android_clang_x86/obj/third_party/boringssl/boringssl/bcm.o $ git bisect run /tmp/a.sh
,
Nov 29
Bisection points to this change: 8bac1005e81053cdb8be3bfbc404c28210b45636 is the first bad commit commit 8bac1005e81053cdb8be3bfbc404c28210b45636 Author: Mircea Trofin <mtrofin@google.com> Date: Mon Nov 26 21:36:18 2018 +0000 Support for inserting profile-directed cache prefetches Summary: Support for profile-driven cache prefetching (X86) This change is part of a larger system, consisting of a cache prefetches recommender, create_llvm_prof (https://github.com/google/autofdo), and LLVM. A proof of concept recommender is DynamoRIO's cache miss analyzer. It processes memory access traces obtained from a running binary and identifies patterns in cache misses. Based on them, it pr oduces a csv file with recommendations. The expectation is that, by leveraging such recommendations, we can reduce the amount of clock cycles spent waiting for data from memory. A microbenchmark ba sed on the DynamoRIO analyzer is available as a proof of concept: https://goo.gl/6TM2Xp. The recommender makes prefetch recommendations in terms of: * the binary offset of an instruction with a memory operand; * a delta; * and a type (nta, t0, t1, t2) [snip]
,
Nov 29
|
||
►
Sign in to add a comment |
||
Comment 1 by h...@chromium.org
, Nov 292.6 MB
2.6 MB View Download
7.2 KB
7.2 KB View Download