summaryrefslogtreecommitdiff
path: root/Documentation/Profiling/Profiler Breaking Changes.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/Profiling/Profiler Breaking Changes.md')
-rw-r--r--Documentation/Profiling/Profiler Breaking Changes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/Profiling/Profiler Breaking Changes.md b/Documentation/Profiling/Profiler Breaking Changes.md
index f63b22764e..8f693a4650 100644
--- a/Documentation/Profiling/Profiler Breaking Changes.md
+++ b/Documentation/Profiling/Profiler Breaking Changes.md
@@ -3,4 +3,5 @@
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
+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).
+3. As part of the work to allow ReJIT on attach ReJITted methods will no longer be inlined (ever). Since the inlining is blocked there won't be a `ICorProfilerCallback::JITInlining` callback. \ No newline at end of file