Skip to content

Consider adding support for IFunc to handle dispatch for specific CPU features. #8835

@zvookin

Description

@zvookin

LLVM has support for a mechanism to resolve multiple architecture specific function definitions to a single one more efficiently than runtime dispatch. LLVM IFunc declaration and clang ifunc attribute . No idea if this is worth doing, but it seems fairly tractable to support. Looks to be ELF and Mach-O only.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew user-visible features or improvements to existing features.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions