K 10 svn:author V 5 markj K 8 svn:date V 27 2016-12-06T04:19:08.383866Z K 7 svn:log V 301 libproc: Cache ELF handles for loaded objects. libproc previously created a new handle for each symbol lookup, which gives rather egregious performance for DTrace's ustack() action. With this change libproc will cache the libelf descriptor upon access, making lookups much faster in the common case. END