Skip to content

MachineModuleInfo should migrate away from Uniquevector. #1534

@llvmbot

Description

@llvmbot
Bugzilla Link 1162
Resolution WORKSFORME
Resolved on Sep 21, 2008 16:18
Version trunk
OS All
Reporter LLVM Bugzilla Contributor

Extended Description

UniqueVector is very expensive: its cost is the sum of the cost of maintaining both the map and vector, it
has high complexity, high constant factors, and produces a lot of malloc traffic. It should be avoided.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillallvm:coreworksformeResolved as "works for me"

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions