summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-02-28 15:45:26 -0800
committerGitHub <noreply@github.com>2019-02-28 15:45:26 -0800
commitf9c10f995fe65c0e7c30aa1734f7bb22c519983d (patch)
tree12fd107a4e941eb8fe7d469594489c65c77deecb /Documentation
parent780bdacf375f031f12d7d64295521cddcca4478b (diff)
downloadcoreclr-f9c10f995fe65c0e7c30aa1734f7bb22c519983d.tar.gz
coreclr-f9c10f995fe65c0e7c30aa1734f7bb22c519983d.tar.bz2
coreclr-f9c10f995fe65c0e7c30aa1734f7bb22c519983d.zip
Revert "Update added types and methoddefs on ApplyMetadata (#22617)" (#22923)
This reverts commit ee755e322dabc2fc280e2561b0fbaf6e90aedf54.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Profiling/Profiler Breaking Changes.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/Profiling/Profiler Breaking Changes.md b/Documentation/Profiling/Profiler Breaking Changes.md
deleted file mode 100644
index f63b22764e..0000000000
--- a/Documentation/Profiling/Profiler Breaking Changes.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# Profiler Breaking Changes #
-
-Over time we will need to modify the Profiler APIs, this document will serve as a record of any breaking changes.
-
-1. Code Versioning introduced changes documented [here](../design-docs/code-versioning-profiler-breaking-changes.md)
-2. The work to allow adding new types and methods after module load means ICorProfilerInfo7::ApplyMetadata will now potentially trigger a GC, and will not be callable in situations where a GC can not happen (for example ICorProfilerCallback::RootReferences). \ No newline at end of file