Jan Kotas
Jan Kotas
This is bug in reflection-based XmlSerializer. We won't be able to fix this until we move to dotnet/runtimelab. The workaround it is to intialize the list in constructor, e.g.: ```...
You may need to do manual tracking of allocate blocks to solve this. Similar to what @RalfKornmannEnvision had to do for Switch. https://github.com/dotnet/runtime/issues/41675 has the details.
Windows has 4kB page size and 64kB allocation granularity (ie the OS gives you the VM space in 64kB chunks).
We also need .lib files from Windows SDK to link.
I think the starting point for this should a independent nuget package with LDD linker and allow CoreRT to use the linker from that package. One would need to specify...
I like this idea.
We are also going to need the right symbols in the .lib to satisfy the dependencies of the unmanaged portion of the runtime, and maybe CRT too. I am wondering...
> As for the format of the file listing all the pinvokes, we can just use the same format that IL Linker produces We ultimately need the .def file that...
> @dtivel @baronfel @clairernovotny please take a look at prior art here: https://youtu.be/FRrslz_AHzE?list=PLdo4fOcmZ0oWiK8r9OkJM3MUUL7_bOT9z&t=460 This is Microsoft owned dotnet tool [Upgrade Assistant](https://learn.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview?WT.mc_id=dotnet-35129-website#upgrade-with-the-cli-tool) I do not see the extensions feature in the...
https://en.wikipedia.org/wiki/Xeon_Phi There are really two distinct problem: - How to get the code compiled to native instructions. There are several strategies possible in the context of CoreRT. The easiest one...