More efficient AbbrevDecl handling (#212)
authorAnders Dellien <anders@andersdellien.se>
Mon, 24 Dec 2018 16:56:52 +0000 (17:56 +0100)
committerEli Bendersky <eliben@users.noreply.github.com>
Mon, 24 Dec 2018 16:56:52 +0000 (08:56 -0800)
commitee37f4c569fa17df9041678c04bdb44b3f1fd38a
tree8ff91db6512a1f44eed1c8beeef143675091bd7c
parentac90d06f79bdf97ec7daf6d2a0b132cbd5619362
More efficient AbbrevDecl handling (#212)

Create all the AbbrevDecl objects during parsing and later return
references to them - this gives a small performance gain.
elftools/dwarf/abbrevtable.py