summaryrefslogtreecommitdiff
path: root/src/vm/methodtablebuilder.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-12-07 15:16:57 -0800
committerGitHub <noreply@github.com>2016-12-07 15:16:57 -0800
commit64c2ad17351ac5bc0bb042216bfcbf1c5136d7cf (patch)
treebbbec792192a88f2afe1e126f0ca4d0050348e32 /src/vm/methodtablebuilder.h
parentbea2a8cf3d1ffe90683c47758f27f7cc83850982 (diff)
downloadcoreclr-64c2ad17351ac5bc0bb042216bfcbf1c5136d7cf.tar.gz
coreclr-64c2ad17351ac5bc0bb042216bfcbf1c5136d7cf.tar.bz2
coreclr-64c2ad17351ac5bc0bb042216bfcbf1c5136d7cf.zip
Refactor Span<T> to ease implementation of JIT intrinsics (#8497)
- Introduce internal ByReference<T> type for byref fields and change Span to use it - Generalize handling of byref-like types in the type loader - Make DangerousGetPinnableReference public while I was on it
Diffstat (limited to 'src/vm/methodtablebuilder.h')
-rw-r--r--src/vm/methodtablebuilder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm/methodtablebuilder.h b/src/vm/methodtablebuilder.h
index 1e40ea996c..1cf71499e6 100644
--- a/src/vm/methodtablebuilder.h
+++ b/src/vm/methodtablebuilder.h
@@ -2081,6 +2081,7 @@ private:
DWORD NumGCPointerSeries;
DWORD NumInstanceFieldBytes;
+ bool fIsByRefLikeType;
bool fHasFixedAddressValueTypes;
bool fHasSelfReferencingStaticValueTypeField_WithRVA;