Bug 18839 - Instrument missed type canonicalization opportunities
Summary: Instrument missed type canonicalization opportunities
Status: NEW
Alias: None
Product: libabigail
Classification: Unclassified
Component: default (show other bugs)
Version: unspecified
: P2 enhancement
Target Milestone: ---
Assignee: Dodji Seketeli
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-17 13:35 UTC by Dodji Seketeli
Modified: 2016-03-09 08:41 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dodji Seketeli 2015-08-17 13:35:49 UTC
It appears that on some C++ programs, libabigail is missing some type canonicalization opportunities, leading to very long time spent during type comparison later in the ABI comparison process.

We need a way to easily spot those missed type canonicalization opportunities so that we can investigate them, reduce their number and thus improve comparison time.