Zoltan Varga
Zoltan Varga
* Add SSE2 and FCMOV to the cpu requirements for mono on x86. * Also force the usage of r4fp on x86, the same as on arm. * Most of...
.NET Notes
I was asked to add some notes based on the needs of Microsoft .NET implementations wrt GC in WebAssembly. 1. Object layout .NET objects in memory usually consist of a...
Mostly fixes https://github.com/dotnet/runtime/issues/75801. Some restrictions still remain, mostly methods with generic arguments like ```INegator`1:NegateIfNeeded```.