summaryrefslogtreecommitdiff
path: root/src/vm/generics.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-2/+2
* [Arm64/Unix] Support 64K pages * GC move GCToOSInterface::Initialize() into InitializeGarbageCollector()
2017-05-22Delete default copy/move constructors and assignment operators of ↵Ruben Ayrapetyan1-2/+1
RelativePointer and RelativeFixupPointer. (#11745)
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-44/+0
2016-06-13Refactor MethodTable::ContainsStackPtr (#5754)Jan Kotas1-1/+1
- Rename ContainsStackPtr to IsByRefLike. It is the term used for this kind of types in ECMA spec. - Change the check to be based on flag instead of hard coded list of types - Remove redundant unused method of the same name on EEClass
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1146
[tfs-changeset: 1407945]