summaryrefslogtreecommitdiff
path: root/src/vm/ilinstrumentation.h
AgeCommit message (Collapse)AuthorFilesLines
2017-07-24Add the runtime code versioning featurenoahfalk1-0/+116
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.