• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

boostorg / variant / 59
95%
master: 95%

Build:
Build:
LAST BUILD BRANCH: feature/remove_static_assert
DEFAULT BRANCH: master
Ran 14 Apr 2019 01:55AM UTC
Jobs 1
Files 19
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
59

Pull #66

travis-ci-com

web-flow
Partly mitigate bad Clang inlining decision

Because a visitor is wrapped several times during visitation it cases extra
temporaries usage and useless store and loads that can only be optimized if
the `visitation_impl` is inlined into the function that creates the wrapper.
Clang inliner decides not to inline functions even with small-sized switches,
resulting in a poor visitation code. Forceinline mark on those internal functions perceptibly improves the situation, though does not mitigate it
completely.

LLVM ticket https://bugs.llvm.org/show_bug.cgi?id=41491
Pull Request #66: Partly mitigate bad Clang inlining decision

685 of 718 relevant lines covered (95.4%)

523.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 59.1 (B2_ARGS='cxxstd=98,03,11,14,1y toolset=gcc-6 cxxflags="--coverage -fsanitize=address,leak,undefined -fno-sanitize-recover=undefined -DBOOST_TRAVISCI_BUILD -fno-rtti" linkflags="--coverage -lasan -lubsan"') 14 Apr 2019 01:55AM UTC 0
95.4
Travis Job 59.1
Source Files on build 59
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #59
  • Pull Request #66
  • PR Base - develop (#58)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc