Skip to content

Commit

Permalink
Remove BaseAssemblySpec::HasUniqueIdentity (always returns true) (dot…
Browse files Browse the repository at this point in the history
…net#51964)

* Remove BaseAssemblySpec::HasUniqueIdentity

* Stop including assembly spec in DAC compile

* Remove CanUseWithBindingCache
  • Loading branch information
elinor-fung authored Apr 28, 2021
1 parent c73ef49 commit 631e91c
Show file tree
Hide file tree
Showing 15 changed files with 141 additions and 252 deletions.
16 changes: 8 additions & 8 deletions src/coreclr/vm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ set(VM_SOURCES_DAC_AND_WKS_COMMON
array.cpp
assembly.cpp
assemblyloadcontext.cpp
baseassemblyspec.cpp
binder.cpp
bundle.cpp
castcache.cpp
Expand All @@ -62,10 +61,7 @@ set(VM_SOURCES_DAC_AND_WKS_COMMON
clsload.cpp
codeman.cpp
codeversion.cpp
comdelegate.cpp
contractimpl.cpp
coreassemblyspec.cpp
corebindresult.cpp
corhost.cpp
crst.cpp
debugdebugger.cpp
Expand Down Expand Up @@ -154,8 +150,6 @@ set(VM_HEADERS_DAC_AND_WKS_COMMON
array.h
assembly.hpp
assemblyloadcontext.h
baseassemblyspec.h
baseassemblyspec.inl
binder.h
castcache.h
callcounting.h
Expand All @@ -169,14 +163,12 @@ set(VM_HEADERS_DAC_AND_WKS_COMMON
codeman.h
codeman.inl
codeversion.h
comdelegate.h
contractimpl.h
crst.h
debugdebugger.h
debuginfostore.h
decodemd.h
disassembler.h
dllimport.h
domainfile.h
domainfile.inl
dynamicmethod.h
Expand Down Expand Up @@ -308,13 +300,15 @@ set(VM_SOURCES_WKS
assemblyname.cpp
assemblynative.cpp
assemblyspec.cpp
baseassemblyspec.cpp
cachelinealloc.cpp
callhelpers.cpp
callsiteinspect.cpp
clrconfignative.cpp
clrex.cpp
clrvarargs.cpp
comdatetime.cpp
comdelegate.cpp
comdependenthandle.cpp
comdynamic.cpp
commodule.cpp
Expand All @@ -323,6 +317,8 @@ set(VM_SOURCES_WKS
comthreadpool.cpp
comutilnative.cpp
comwaithandle.cpp
coreassemblyspec.cpp
corebindresult.cpp
corelib.cpp # <DisablePrecompiledHeaders>true</DisablePrecompiledHeaders>
customattribute.cpp
custommarshalerinfo.cpp
Expand Down Expand Up @@ -408,6 +404,8 @@ set(VM_HEADERS_WKS
assemblynative.hpp
assemblyspec.hpp
assemblyspecbase.h
baseassemblyspec.h
baseassemblyspec.inl
cachelinealloc.h
callhelpers.h
callsiteinspect.h
Expand All @@ -416,6 +414,7 @@ set(VM_HEADERS_WKS
clrex.h
clrvarargs.h
comdatetime.h
comdelegate.h
comdependenthandle.h
comdynamic.h
commodule.h
Expand All @@ -428,6 +427,7 @@ set(VM_HEADERS_WKS
custommarshalerinfo.h
autotrace.h
diagnosticserveradapter.h
dllimport.h
dllimportcallback.h
eeconfig.h
eecontract.h
Expand Down
Loading

0 comments on commit 631e91c

Please sign in to comment.