summaryrefslogtreecommitdiff
path: root/src/vm/genmeth.cpp
AgeCommit message (Collapse)AuthorFilesLines
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads ↵Jan Kotas1-2/+1
(#19427) - Sealed Runtime makes `is RuntimeType` and similar checks faster. These checks are fairly common in reflection. - Delete support for introspection only loads from the runtime. We do not plan to use in .NET Core. The support for introspection loads inherited from RuntimeType and thus it is incompatible with sealed RuntimeType.
2017-12-27Updated CreateMethodDesc to pass along the `IsJitIntrinsic` flag for generic ↵Tanner Gooding1-0/+4
methods. (#15653)
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-28/+0
2017-06-02Remove relocations from SECTION_MethodDesc for ngened images for fields ↵gbalykov1-5/+5
accessed from jit code for Linux ARM (#11963)
2017-05-30Remove relocations from SECTION_MethodDesc for ngened images (#11394)gbalykov1-2/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1790
[tfs-changeset: 1407945]