Skip to content

v0.6.0

Compare
Choose a tag to compare
@noseglasses noseglasses released this 21 Dec 08:05
· 23 commits to master since this release

Added

  • command line arg --skip_persisting_same_size enables skipping those persisting symbols whose size did not change
  • read nm -l output to gain symbol source locations (if debug info available)
  • proper HTML escaping of symbol names
  • sort HTML overview tables
  • add symbol class table to HTML statistics
  • CI validate generated HTML documents by comparing with reference documents
  • highlight HTML statistics delta
  • migrated symbols info (if Dwarf debugging info available in elf-binary)

Changed

  • enable all types of source prefix command line args being supplied multiple times
  • vertically align statistics tables in HTML reports
  • fix errors in symbol statistics tables
  • replace Python package dicttoxml with dict2xml for XML export (the former causes problems with Python 3.10)

Removed

  • remove spurious instruction context in assembly output