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

gimli-rs / gimli
55%

Build:
DEFAULT BRANCH: master
Repo Added 25 Aug 2016 09:47PM UTC
Files 51
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 0.21.0
  • 0.22.0
  • 0.23.0
  • 0.24.0
  • add-data16
  • clippy
  • convert-bench
  • convert-debuginforef
  • convert-example
  • convert-filter-perf
  • convert-one-unit
  • convert-reserve-attr
  • criterion
  • debug_macro
  • debug_names
  • debuginforef
  • dependabot/cargo/memmap-0.7
  • dependabot/cargo/object-0.19
  • deprecated
  • dwarfdump-sections
  • dwarfone-constants
  • edition-2024
  • exhaustive-instr
  • from
  • issue-744
  • issue-765
  • issue-766
  • issue-774
  • issue-778
  • issue-780
  • issue-782
  • issue-785
  • issue-792
  • issue-798
  • issue-810
  • keep_source_form_on_conversion
  • line-convert
  • macro
  • release
  • remove-compiler-builtins
  • riscv-add-missing-regs
  • riscv-define-FP-alias
  • shared-attrs
  • topic/endian-slice-const-new
  • topic/optimize-leb128
  • unit-convert
  • unit-convert-example
  • unit-section-offset
  • unitref
  • warning
  • write-abbrev
  • write-fnv
  • write-form
  • write-forward-ref
  • write-hash
  • write-raw-expression
  • write-reserve
  • write-strings
  • write-unitref

18 Nov 2025 02:05AM UTC coverage: 55.294% (+0.06%) from 55.233%
19451368172

push

github

web-flow
Implement conversion of DW_FORM_implicit_value and DW_FORM_flag_present (#834)

31 of 38 new or added lines in 4 files covered. (81.58%)

6773 of 12249 relevant lines covered (55.29%)

1.42 hits per line

Relevant lines Covered
Build:
Build:
12249 RELEVANT LINES 6773 COVERED LINES
1.42 HITS PER LINE
Source Files on master
  • Tree
  • List 51
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19451368172 master Implement conversion of DW_FORM_implicit_value and DW_FORM_flag_present (#834) push 18 Nov 2025 02:06AM UTC web-flow github
55.29
19428644798 master Add benchmarks for conversion (#833) push 17 Nov 2025 11:53AM UTC web-flow github
55.23
19404255145 master Use criterion for benchmarks (#832) push 16 Nov 2025 10:31AM UTC web-flow github
55.22
19404128778 master write: reserve capacity for abbreviation Vec (#831) Improves performance. push 16 Nov 2025 10:21AM UTC web-flow github
55.22
19385367751 master write: use FNV hash in more places (#830) The abbreviations change noticeably improved performance. The other changes were too small to be sure, but I think it's probably better to switch them all. push 15 Nov 2025 05:55AM UTC web-flow github
55.22
19385008785 master write: reserve capacity for attribute Vecs during conversion (#829) This reduces the cost of their allocation. Avoiding them completely would be better, but that requires a more complex API. push 15 Nov 2025 05:22AM UTC web-flow github
55.19
19323191420 master write: simplify dependency calculation during conversion (#828) A single HashMap is sufficient to ensure uniqueness of entries, so we can use Vec elsewhere. This greatly reduces memory usage and execution time. push 13 Nov 2025 06:56AM UTC web-flow github
55.15
19255238115 master write: use FNV for hashes (#827) This significantly reduces both memory usage and instructions as measured by massif: Memory 241MB -> 202MB Instructions 10.24Gi -> 7.99 Gi push 11 Nov 2025 04:46AM UTC web-flow github
55.13
19254968210 master write: delay allocating reserved DIEs (#826) We were allocating memory for DIEs while processing the dependency graph, but we don't actually need them until we start converting the unit. Also, free the dependency graph immediately after determin... push 11 Nov 2025 04:29AM UTC web-flow github
55.14
19252490893 master Reduce the size of `UnitSectionOffset` (#825) Change `UnitSectionOffset` from an enum to a simple newtype, and store a `SectionId` in `read::UnitHeader` instead. `UnitSectionOffset` is intended for code that may be handling either `.debug_info` ... push 11 Nov 2025 02:05AM UTC web-flow github
55.15
See All Builds (1433)
  • Repo on GitHub
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