summaryrefslogtreecommitdiff
path: root/src/vm/appdomain.cpp
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-07-09 20:22:23 +0200
committerGitHub <noreply@github.com>2017-07-09 20:22:23 +0200
commit19042a92989904d1502d1f14798ade735ee1836a (patch)
tree96be3fcb3700f28b4a854894b6fd128584706c36 /src/vm/appdomain.cpp
parent5041fa732b48728db01e9875358d6e564bd31548 (diff)
downloadcoreclr-19042a92989904d1502d1f14798ade735ee1836a.tar.gz
coreclr-19042a92989904d1502d1f14798ade735ee1836a.tar.bz2
coreclr-19042a92989904d1502d1f14798ade735ee1836a.zip
Unify LazyInitializers with CoreRT (#12697)
CoreCLR implementation cached s_activatorFactorySelector delegate, but CoreRT did not cache it - it got commented out during earlier AOT binary size optimization efforts. I have unified it by avoiding s_activatorFactorySelector delegate altogether to keep the best of both.
Diffstat (limited to 'src/vm/appdomain.cpp')
-rw-r--r--src/vm/appdomain.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vm/appdomain.cpp b/src/vm/appdomain.cpp
index ee495f1c74..946009ac06 100644
--- a/src/vm/appdomain.cpp
+++ b/src/vm/appdomain.cpp
@@ -3396,7 +3396,6 @@ bool SystemDomain::IsReflectionInvocationMethod(MethodDesc* pMeth)
};
static const BinderClassID genericReflectionInvocationTypes[] = {
- CLASS__LAZY_HELPERS,
CLASS__LAZY
};