summaryrefslogtreecommitdiff
path: root/src/vm/hosting.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-03-07Cleanup unused hosting interfaces (#23091)Jan Kotas1-195/+1
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-40/+1
2017-07-05Jitted Code Pitching Feature implementedsergey ignatov1-6/+9
2017-04-20[x86/Linux] Use CDECL as STDAPICALLTYPE (#10969)Jonghyun Park1-0/+10
* [x86/Linux] Use CDECL as STDAPICALLTYPE * Use system default calling convention for internal functions
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise1-9/+0
* Remove CLRIoCompletionHosted as it always returns false. * Remove CLRSyncHosted as it always returns false. * Remove CLRMemoryHosted as it always returns false. * Remove CLRTaskHosted as it always returns false. * Remove CLRAssemblyHosted, CLRGCHosted,and CLRSecurityHosted. They are not called. * Remove IsThreadPoolHosted as it always returns false. * Remove EnterRuntime and LeaveRuntime, as they do nothing. * Add back calls to RevertIfImpersonated and GCX_PREEMP. I accidentally deleted the call to RevertIfImpersonated instead of just removing an extra parameter. When I removed the HR_LEAVE_RUNTIME_HOLDER macro from windowsruntime.h, I not only removed a LeaveRuntimeHolder but also a GCX_PREEMP. So I added it back. The holder and GCX_PREEMP where only inserted when the FEATURE_LEAVE_RUNTIME_HOLDER macro was defined. Since it is always defined, I removed it. Also as I understand it, you would always want to have a GCX_PREEMP before calling into the Windows API as not to block the GC, so I'm not sure why you would want to disable it.
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-235/+0
2017-02-12Remove never defined FEATURE_CLICKONCEdanmosemsft1-752/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-31/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2015-08-25Replace MAX_PATH with new defines in vm.Lakshmi Priya Sekar1-5/+5
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1906
[tfs-changeset: 1407945]