Nathan Ricci
Nathan Ricci
This PR moves marshal-ilgen into a component. This will save approximately 100 KB in the runtime where the component is not needed. Further refactoring should allow more code to be...
This document and assocaited source code need updating, since --wasmMainJS and --customruntimepack options are no longer needed, and the --runtimeSrcDir argument is now required: https://github.com/dotnet/BenchmarkDotNet/blob/master/docs/articles/samples/IntroWasm.md/#L1 I intend to take on...
These benchmarks from the Dotnet performance suite are 60-70 times slower on mono-net5-llvm than dotnetcore 3.0. This issue is to investiage why. PerfLabTests.GetMember.GetMethod3 PerfLabTests.GetMember.GetMethod12 PerfLabTests.GetMember.GetMethod20 PerfLabTests.GetMember.GetMethod4 PerfLabTests.GetMember.GetMethod5 PerfLabTests.GetMember.GetMethod1 PerfLabTests.GetMember.GetMethod10 PerfLabTests.GetMember.GetMethod2...
I am seeing this error: am seeing this static_assert error when trying to use build a program using ExcaliburHash and Emplace for at least some kinds of unique_ptr: ``` In...