Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 2efb857

Browse files
authored
Update profiling API status (#15659)
* Update profiling API status * Fix wording for ARM ReJIT issue
1 parent 9f5da3a commit 2efb857

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Documentation/project-docs/profiling-api-status.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ The .NET Core project started with the codebase from the desktop CoreCLR/Silverl
44

55
## Platform test coverage
66

7-
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)
7+
- Windows on x86/x64/arm32
8+
- Linux on x86/x64/arm32
9+
- OSX
810

911
## Known issues
1012

@@ -16,6 +18,10 @@ The implementation of this API was making some questionable assumptions about Wi
1618

1719
See github issue [#13153](https://github.com/dotnet/coreclr/issues/13153) for more details.
1820

21+
### ReJIT on ARM
22+
23+
ReJIT feature is only available on x86/x64 for now.
24+
1925
### Any issues we missed?
2026

2127
Please let us know and we will get it addressed. Thanks!

0 commit comments

Comments
 (0)