summaryrefslogtreecommitdiff
path: root/src/jit/regset.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-12-02 03:06:55 -0800
committerGitHub <noreply@github.com>2016-12-02 03:06:55 -0800
commitfcc57b23e2f2072e07d69154faab61f7d52e594b (patch)
tree17881c8f5c665cac621534010f546f95665bb723 /src/jit/regset.cpp
parentcb4ac230e8d0a55a7a972fa7e433703fc25629f1 (diff)
downloadcoreclr-fcc57b23e2f2072e07d69154faab61f7d52e594b.tar.gz
coreclr-fcc57b23e2f2072e07d69154faab61f7d52e594b.tar.bz2
coreclr-fcc57b23e2f2072e07d69154faab61f7d52e594b.zip
Introduce CORINFO_EH_CLAUSE_SAMETRY flag for CoreRT ABI (#8422)
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.
Diffstat (limited to 'src/jit/regset.cpp')
0 files changed, 0 insertions, 0 deletions