Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Introduce CORINFO_EH_CLAUSE_SAMETRY flag for CoreRT ABI #8422

Merged
merged 1 commit into from
Dec 2, 2016

Commits on Dec 2, 2016

  1. Introduce CORINFO_EH_CLAUSE_SAMETRY flag for CoreRT ABI

    CORINFO_EH_CLAUSE_SAMEBLOCK flag is returned on mutually protecting EH clauses for CoreRT ABI. It is set on EH clauses that cover same try block as the previous one. The runtime cannot reliably infer this information from native code offsets without full description of duplicate clauses because of different try blocks can have same offsets. Alternative solution to this problem would be inserting extra nops to ensure that different try blocks have different offsets.
    jkotas committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    110f253 View commit details
    Browse the repository at this point in the history