Closed eseiler closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated |
---|---|---|---|---|
seqan3 | ✅ Ready (Inspect) | Visit Preview | 💬 Add your feedback | Feb 13, 2023 at 3:53PM (UTC) |
Base: 98.18% // Head: 98.18% // No change to project coverage :thumbsup:
Coverage data is based on head (
95ae38f
) compared to base (a719fb0
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
They explained it with
The compiler assume that a constant reference, even though escaped via asm
volatile, is unchanged. The const-ref interface is deprecated to discourage
new uses of it, as subtle compiler optimizations (invariant hoisting, etc.) can
occur.
Resolves #2747
Change: https://github.com/google/benchmark/commit/53df805dc820d720734d6538032f6b73f31f13ba Example of fix: https://github.com/google/benchmark/commit/f15f332fd1ae10ae6d13d816af9bcf3b196974cc