Skip to content

[NativeAOT] Unnecessary lookup in TrailingEpilogueInstructionsCount #75807

@filipnavara

Description

@filipnavara

UnixNativeCodeManager::TrailingEpilogueInstructionsCount for TARGET_ARM64 calls FindMethodInfo which is rather expensive. When called from UnixNativeCodeManager::GetReturnAddressHijackInfo it is already known so it can be passed over instead of doing extra lookup.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions