Tags: g-insn/mono
Tags
Use explicit arithmetic checks in the amd64 watchOS simulator. (mono#… …20647) Fixes mono#20632. Backport of mono#20639. Co-authored-by: Imran Hameed <[email protected]>
[runtime] Avoid checking for hardened runtime on ios, its not needed,… … and it causes alerts because of PROT_WRITE|PROT_EXEC. (mono#20623) Co-authored-by: Zoltan Varga <[email protected]>
Fix iOS sdks build on Xcode 12 (mono#20574) The new Xcode introduced functions like preadv/pwritev in the SDK that get erraneously detected by autoconf even though we can't use them. Disable these functions and also add a check for Xcode version to workaround mono#19393. Co-authored-by: Alexander Köplinger <[email protected]>
[2020-02] Build makefile to support Mac Catalyst (mono#20566) Backport of mono#20537. Co-authored-by: Frank A. Krueger <[email protected]> Co-authored-by: Alexander Köplinger <[email protected]>
Add support for OP_FCONV_TO_I to mini-arm64.c. (mono#20548) Partial backport of mono#20100. Should fix mono#20533. Also see: dotnet/runtime#35008 (comment)
Fix potential crash for Encoder.Convert (mono#20522) GetByteCount will not return the right number of bytes needed, so GetBytes in Encoder.Convert will crash for some input Backport of mono#20271. Co-authored-by: jeffgoku <[email protected]>
Bump to F# 5.0 (mono#20511) Fixes mono#16763 Closes mono#17925 Closes mono#17882
[debugger] Switch to GC Unsafe in signal handler callbacks (mono#20495) If the runtime gets a single step or breakpoint signal while it is already running native code for a P/Invoke, it will be in GC Safe mode. Switch back to GC Unsafe to run the debugger engine steps. Addresses mono#20490 Co-authored-by: Aleksey Kliger <[email protected]>
PreviousNext