summaryrefslogtreecommitdiff
path: root/src/vm/inlinetracking.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-02-13Rejit support for R2R imagesnoahfalk1-109/+281
Two changes: a) R2R code wasn't being reported to the Rejit Manager when it was used, this is a simple fix in prestub.cpp. This makes the ReJit API work. b) The bulk of the changes handle adding support for an inlining table to R2R so that ICorProfilerInfo6::EnumNgenMethodsInliningThisMethod can supply that information to profilers. This was only tested on Windows thus far, but there is no apparent reason this change would be OS specific.
2016-01-27Update license headersdotnet-bot1-5/+4
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+430
[tfs-changeset: 1407945]