Jan Kotas
Jan Kotas
> What we do need and should have are allocation tracking tests for startup scenarios. Note that the common techniques for reducing allocations often regress startup performance. GC allocations are...
cc @morganbr
This error happens when you do not specify `-r win-x64` argument for publish. The CoreRT publish task requires the target runtime to be specified - either on the command line...
#5364 is adding error message for the missing rid. There is still an issue with the other specific rids like win10-x64. Ideally, they would be remapped to less specific rid...
Also, we are publishing packages now. Unless you have a need for building CoreRT yourself from source, it is much easier to use the packages: https://github.com/dotnet/corert/tree/master/samples/HelloWorld
We need to move to dotnet/runtimelab where the project can leverage the same engineering infrastructure (e.g. cross-compilation environment) as dotnet/runtime: https://github.com/dotnet/runtimelab/issues/4 Once in dotnet/runtimelab, it should not be hard to...
`TARGET_ANDROID` sounds good. It is the define used by http://github.com/dotnet/runtime for Android.
> Calls between different object files trash X16&X17. Is there a way to tell the linker to use direct calls when the different object files are linked into a single...
> network related pulls in the crypto functions and I need to figure out how these need to build for Android. But as Xamarin implemented the BCL for Android already...
Duplicate of https://github.com/dotnet/runtime/issues/97599