summaryrefslogtreecommitdiff
path: root/src/pal/src/include/pal/utils.h
AgeCommit message (Collapse)AuthorFilesLines
2019-09-27Port to Release/3.1 - enabling MHR support (#26803)Jan Vorlicek1-0/+2
* Move JIT_WriteBarrier that is modified at runtime to a dynamically allocated memory instead of making a page in libcoreclr.dylib RWX. * Fix JIT_Stelem_Ref calls to JIT_WriteBarrier * Update PAL to add MEM_JIT flag for allocations and reservations of executable memory. * Update native runtime in EH and stack unwinding areas so that it can unwind from the write barrier copy. That code has no unwind info, so without special handling, runtime would not be able to unwind from it.
2017-01-30Fix Thread constructor with stack size argument (#9186)Koundinya Veluri1-0/+56
Fix Thread constructor with stack size argument Functional fix for #9158 and #9167
2016-03-07Enabling LongFile Support in PALDDCloud1-1/+25
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+134
[tfs-changeset: 1407945]