diff options
author | Thomas Troeger <tstroege@gmx.de> | 2020-01-17 15:27:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-01-17 15:27:31 +0000 |
commit | 82a9ed2050b8c58502cdbb534df227d951d991f8 (patch) | |
tree | 07364a1793f454264d2bb4ae3e135030f62c8716 /binutils/ChangeLog | |
parent | 67b10306d19bd16ec9f3ca73b14aa82c789436e1 (diff) | |
download | gdb-82a9ed2050b8c58502cdbb534df227d951d991f8.zip gdb-82a9ed2050b8c58502cdbb534df227d951d991f8.tar.gz gdb-82a9ed2050b8c58502cdbb534df227d951d991f8.tar.bz2 |
Improve the performance of the ascii art jump visualizer.
* objdump.c (jump_info_visualize_address): Discard jumps that are
no longer needed.
(disassemble_bytes): Only compute the maximum level if jumps were
detected.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3737672..ac7d86a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2020-01-17 Thomas Troeger <tstroege@gmx.de> + + * objdump.c (jump_info_visualize_address): Discard jumps that are + no longer needed. + (disassemble_bytes): Only compute the maximum level if jumps were + detected. + 2020-01-13 Nick Clifton <nickc@redhat.com> * objdump.c (disassemble_bytes): Remove C99-ism. |