Support generic methods without generic dictionary
authorJohn Chen (CLR) <jochen@microsoft.com>
Mon, 25 Apr 2016 08:55:00 +0000 (01:55 -0700)
committerJohnChen0 <jochen@microsoft.com>
Sun, 1 May 2016 05:44:50 +0000 (22:44 -0700)
commit4ff833ceb72be011db47f59b7aa9524cf42770f2
treeef2430dece33e82baff4f57d6629521db82b3702
parente4bafa2511bd5497a22ea86f94db68b5b6655a4f
Support generic methods without generic dictionary

Commit migrated from https://github.com/dotnet/coreclr/commit/9d2590dc37aea56bee9f03d2597eaa1ce1bb62c5
19 files changed:
src/coreclr/src/inc/corcompile.h
src/coreclr/src/inc/readytorun.h
src/coreclr/src/vm/CMakeLists.txt
src/coreclr/src/vm/compile.cpp
src/coreclr/src/vm/compile.h
src/coreclr/src/vm/crossgen/CMakeLists.txt
src/coreclr/src/vm/crossgen/wks_crossgen.nativeproj
src/coreclr/src/vm/dac/dacwks.targets
src/coreclr/src/vm/nativeformatreader.h
src/coreclr/src/vm/readytoruninfo.cpp
src/coreclr/src/vm/readytoruninfo.h
src/coreclr/src/vm/typehashingalgorithms.h [new file with mode: 0644]
src/coreclr/src/vm/versionresilienthashcode.cpp [new file with mode: 0644]
src/coreclr/src/vm/versionresilienthashcode.h [new file with mode: 0644]
src/coreclr/src/vm/wks/wks.targets
src/coreclr/src/vm/zapsig.cpp
src/coreclr/src/zap/zapimage.cpp
src/coreclr/src/zap/zapinfo.cpp
src/coreclr/src/zap/zapreadytorun.cpp