Jan Kotas
Jan Kotas
> . It seems that in many cases the OS is configured in a way that a regular process cannot change the thread priority. Therefore properly nobody cared that much...
> would it make sense to have the RyuJit IR be represented/converted back to IL That is very hard / impossible. We tried this in the past with a different...
> The practical consideration includes Another factor to consider is level of maturity of different experiments. CoreRT repo kept experiments with very different maturity levels in the same branch and...
OpenTK assembly contains invalid IL: ``` .method public hidebysig static void ExtGetProgramBinarySource(int32 program, valuetype OpenTK.Graphics.ES30.All shadertype, [out] string& source, [out] int32[] length) cil managed { .maxstack 7 .locals init (native...
OpenTK project is using IL generator https://github.com/opentk/opentk/tree/master/src/Generator.Rewrite that seems to be responsible for the invalid IL. We should look into reporting this error in a better way, but the underlying...
Are you able to reproduce this even with a simple MessagePack program?
Hmm, it looks very similar to https://github.com/dotnet/corert/issues/7265 that was supposed to be fixed by https://github.com/dotnet/corert/pull/7249 . I won't have access to a mac until things are back to normal -...
Microsoft.DotNet.ILCompiler daily preview builds are published on myget: https://dotnet.myget.org/feed/dotnet-core/package/nuget/Microsoft.DotNet.ILCompiler . The latest version there is `1.0.0-alpha-27009-01`.
The myget feed was retired. The daily builds are published at https://github.com/dotnet/corert/blob/master/samples/HelloWorld/nuget.config#L6