Branch: refs/heads/cmake_modernization
Home: https://github.com/dyninst/dyninst
Commit: 42612b456e1958e4823bdb8f3022273804a49fc3
https://github.com/dyninst/dyninst/commit/42612b456e1958e4823bdb8f3022273804a49fc3
Author: MÃszÃros Gergely <maetveis@xxxxxxxxx>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
M dyninstAPI/src/unix.C
M symtabAPI/h/Symtab.h
M symtabAPI/src/Symtab.C
Log Message:
-----------
Lookup functions in the binding table directly (#1337)
instead of making multiple redundant copies of it. Copying and making
a map out of the table incurs a significant overhead.
Commit: b18309a8fdc65daf0bce1839e38be4d868fc60c7
https://github.com/dyninst/dyninst/commit/b18309a8fdc65daf0bce1839e38be4d868fc60c7
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
M dyninstAPI/src/unix.C
M symtabAPI/h/Symtab.h
M symtabAPI/src/Symtab.C
Log Message:
-----------
Merge branch 'master' into cmake_modernization
Compare: https://github.com/dyninst/dyninst/compare/1c260db411c9...b18309a8fdc6
|