Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-22Block the attaching/detaching threads if GC is in progress (#3956)Sergiy Kuryata
Currently, the threads that are detaching from or attaching to the runtime can end up spinning for a long time in the ThreadStore lock for the entire duration of a GC because the lock is held while GC is in progress. This problem becomes quite visible when Windows thread pool injects a couple hundreds of worker threads into a process. This change fixes the problem by adding an option to the lock to block spinning threads on the GC event if GC is in progress. With this change, I see a couple percent improvement on micro-benchmarks.
2016-01-28Update licensing headersdotnet-bot
2015-10-01Initial population of CoreRT Runtime files.dotnet-bot