Skip to content

Duplicated raw function monomorphizations #78

@smalis-msft

Description

@smalis-msft

I stumbled on https://github.com/davidlattimore/duplicate-function-checker today and ran it over a relatively large work project that contains heavy use of async-task. Despite building our binary with fat LTO and 1 codegen-unit the tool output that the biggest duplicates in our binary by far were from 4 async-task raw functions: wake, drop_waker, drop_ref, and destroy. It may be worth looking at these functions to see if any pieces can be outlined so that they don't end up duplicated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions