summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSung Yoon Whang <suwhang@microsoft.com>2018-01-04 18:04:07 -0800
committerGitHub <noreply@github.com>2018-01-04 18:04:07 -0800
commit2efb857f0e904f829e71597875409abd0717fc48 (patch)
tree43e57b6dec1f4d79d1997ef30494d86cae226067 /Documentation
parent9f5da3a5e53529880907efd6c30d0abdeba0ba29 (diff)
downloadcoreclr-2efb857f0e904f829e71597875409abd0717fc48.tar.gz
coreclr-2efb857f0e904f829e71597875409abd0717fc48.tar.bz2
coreclr-2efb857f0e904f829e71597875409abd0717fc48.zip
Update profiling API status (#15659)
* Update profiling API status * Fix wording for ARM ReJIT issue
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/project-docs/profiling-api-status.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/project-docs/profiling-api-status.md b/Documentation/project-docs/profiling-api-status.md
index 2fc6c57dd7..599e8c1897 100644
--- a/Documentation/project-docs/profiling-api-status.md
+++ b/Documentation/project-docs/profiling-api-status.md
@@ -4,7 +4,9 @@ The .NET Core project started with the codebase from the desktop CoreCLR/Silverl
## Platform test coverage
-Windows and Linux x86/x64 have been covered. Arm32 is in progress at this time, OSX coming soon (please let us know if you have a pressing issue)
+- Windows on x86/x64/arm32
+- Linux on x86/x64/arm32
+- OSX
## Known issues
@@ -16,6 +18,10 @@ The implementation of this API was making some questionable assumptions about Wi
See github issue [#13153](https://github.com/dotnet/coreclr/issues/13153) for more details.
+### ReJIT on ARM
+
+ReJIT feature is only available on x86/x64 for now.
+
### Any issues we missed?
Please let us know and we will get it addressed. Thanks! \ No newline at end of file