Advertisement
Guest User

Untitled

a guest
Jun 13th, 2016
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. commit 3e2d311156c526be86e946e8fa76566f549b4f8d
  2. Author: David Anderson <davea42@earthlink.net>
  3. Date: Mon Jun 13 16:04:02 2016 -0700
  4.  
  5. Now dwarfdump use of dwarf_get_fde_info_for_reg3()
  6. runs much much faster with dwarfdump pattern of use.
  7. Other use patterns don't see so much benefit.
  8.  
  9. commit e7ffc32fb992308fa3b534f498a89d2db05f795f
  10. Author: David Anderson <davea42@earthlink.net>
  11. Date: Mon Jun 13 12:16:34 2016 -0700
  12.  
  13. Use a new cfa function interface for 10% reduction of cpu
  14. in common case.
  15. dwarfdump/print_frames.c
  16.  
  17. Declare a function static to avoid a warning.
  18. dwarfdump/sanitized.c
  19.  
  20. Small tweaks to the new dwarf_get_fde_info_for_cfa_reg3_b()
  21. function
  22. libdwarf/dwarf_frame.c
  23.  
  24. commit 14d6d62f4ed26d74d67d3b1868284ffa94241479
  25. Author: David Anderson <davea42@earthlink.net>
  26. Date: Sun Jun 12 11:00:55 2016 -0700
  27.  
  28. dwarfdump print_frames.c:
  29. delete #if 0 debug printf.
  30. Remove trailing whitespace in a few lines of code.
  31.  
  32. commit 794d8a7192fcfe57d4e4014ee4fffd1f9f5d39d5
  33. Author: David Anderson <davea42@earthlink.net>
  34. Date: Sun Jun 12 10:59:02 2016 -0700
  35.  
  36. Update the version strings.
  37.  
  38. commit b620fed9d694d1097c63f6781dc16289a90a69c3
  39. Author: David Anderson <davea42@earthlink.net>
  40. Date: Sun Jun 12 10:52:00 2016 -0700
  41.  
  42. Add an interface for dwarfdump and use it.
  43. Saving 10% cpu when printing frame information.
  44.  
  45. dwarfdump/print_frames.c
  46.  
  47. libdwarf/dwarf_frame.c
  48. libdwarf/dwarf_frame.h
  49. libdwarf/dwarf_frame3.c
  50. libdwarf/libdwarf.h.in
  51. libdwarf/libdwarf2.1.mm
  52. libdwarf/libdwarf2.1.pdf
  53.  
  54. commit 7c03d50b85c3b04302b85483c750ed4a697bd258
  55. Author: David Anderson <davea42@earthlink.net>
  56. Date: Sat Jun 11 13:27:00 2016 -0700
  57.  
  58. A comment about 'duplicate row' was terse and unhelpful.
  59. Amplfied the comment.
  60. dwarfdump/print_frames.c
  61.  
  62. commit 64d3913bd701525e4f57b75782fdd0a1f71b7ddf
  63. Author: David Anderson <davea42@earthlink.net>
  64. Date: Wed Jun 8 13:32:45 2016 -0700
  65.  
  66. Remove trailing whitespace.
  67. dwarfdump: sanitized.c
  68. libdwarf/dwarf_init_finish.c
  69. libdwarf/dwarf_line_table_reader_common.c
  70.  
  71. commit a76a80274ce1e2abf91615fb9898c5099b06fec3
  72. Author: David Anderson <davea42@earthlink.net>
  73. Date: Wed Jun 8 13:28:06 2016 -0700
  74.  
  75. Change to the string sanitization improves dwarfdump performance.
  76. dwarfdump/sanitized.c
  77.  
  78. Update version strings.
  79. dwarfdump/common.c
  80. dwarfdump/dwarfdump.c
  81. dwarfdump/tag_attr.c
  82. dwarfdump/tag_tree.c
  83. libdwarf/gennames.c
  84.  
  85. commit 777d4bf905e6f74db965763568fe61deb8b693b5
  86. Author: David Anderson <davea42@earthlink.net>
  87. Date: Tue Jun 7 11:10:10 2016 -0700
  88.  
  89. Use $(SONAME) whereever possible instead of libdwarf.so.1
  90. modified: libdwarf/Makefile.in
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement