Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 772353

Summary: sys-apps/portage: optimize LinkageMapELF rebuild method to update data structures efficiently
Product: Portage Development Reporter: Zac Medico <zmedico>
Component: Core - External InteractionAssignee: Portage team <dev-portage>
Status: CONFIRMED ---    
Severity: enhancement CC: esigra, marco
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=610702
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 240323, 835380    

Description Zac Medico gentoo-dev 2021-02-24 08:46:10 UTC
The LinkageMapELF rebuild method currently recreates data structures from scratch, and it would be much more efficient to update the existing data structures.