Uh oh!
There was an error while loading. Please reload this page.
Use the portable timer implementation in CoreCLR - #71864
Conversation
ghost
commented
Jul 9, 2022
Tagging subscribers to this area: @mangod9 |
kouvel
commented
Jul 9, 2022
No significant difference in timer microbenchmarks:
|
am11
commented
Jul 9, 2022
Do we want to update NativeAOT's project file too? |
jkotas
commented
Jul 9, 2022
This is switching CoreCLR to what NativeAOT used since forever. |
am11
commented
Jul 9, 2022
@jkotas, I meant these defaults:
on windows, it is false. |
NativeAOT is using native Windows OS threadpool and timers on Windows. We may want to change it, but not in this PR. It is not obvious that it would be an improvement. |
davidfowl
commented
Jul 9, 2022
❤️ |
davidfowl
commented
Jul 9, 2022
The only nit would be to remove the comment saying that this is a Unix specific implementation of the timer queue |
Fixes#46266