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

gimli-rs / addr2line / 5616442234
42%

Build:
DEFAULT BRANCH: master
Ran 20 Jul 2023 10:22PM UTC
Jobs 1
Files 5
Run time 20s
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
5616442234

push

github

web-flow
Store boxed slices instead of Vec objects in Context (#278)

We never resize the unit ranges, units, or sup units that we parsed --
they stay what they were when we instantiated the Context object. As
such, we don't need to store Vec objects, which include a capacity. Do
what we do for the Functions type and just store boxed slices. Doing so
cuts a machine word of each, but also trims heap allocations to the
minimal size required in the process.

Signed-off-by: Daniel Müller <deso@posteo.net>
Co-authored-by: Daniel Müller <deso@posteo.net>

6 of 6 new or added lines in 1 file covered. (100.0%)

481 of 1004 relevant lines covered (47.91%)

1.86 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
58.99
1.57% src/lib.rs

Uncovered Existing Lines

Lines Coverage ∆ File
4
58.99
1.57% src/lib.rs
Jobs
ID Job ID Ran Files Coverage
1 5616442234.1 20 Jul 2023 10:22PM UTC 5
47.91
GitHub Action Run
Source Files on build 5616442234
  • Tree
  • List 5
  • Changed 5
  • Source Changed 5
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 390fb45a on github
  • Prev Build on master (#4718861370)
  • Next Build on master (#5839398672)
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

© 2025 Coveralls, Inc