summaryrefslogtreecommitdiff
path: root/src/vm/multicorejit.h
AgeCommit message (Collapse)AuthorFilesLines
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-10/+0
2017-07-24Add the runtime code versioning featurenoahfalk1-1/+1
This makes tiered compilation work properly with profiler ReJIT, and positions the runtime to integrate other versioning related features together in the future. See the newly added code-versioning design-doc in this commit for more information. Breaking changes for profilers: See code-versioning-profiler-breaking-changes.md for more details.
2017-02-12Remove never defined FEATURE_APPX_BINDERdanmosemsft1-11/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+278
[tfs-changeset: 1407945]