Andrew Au
Andrew Au
I experimented with the changes on Windows, here are the experiments: Experiment 1: Capturing traces using dotnet-trace without clrgc. Experiment 2: Capturing traces using dotnet-trace with clrgc. Experiment 3: Capturing...
Test results on Windows. Tool | Arguments | Rundown Behavior -- | -- | -- dotnet monitor | gc-collect | (no rundown for 8, settings for 9) | gc-collect +...
@noahfalk, can we take a look at this again? With the latest code, I should have addressed all the comments above.
@noahfalk, here is the third iteration with all the comments addressed again.
The work in https://github.com/icsharpcode/ILSpy/pull/2067 improved the decoration significantly. Moving forward, it would be nice if we could decorate it with local names instead of local IDs.
We might want to consider switching to the capstone disassembler since it supports all the architecture we currently target. https://github.com/9ee1/Capstone.NET
The official Nuget is https://www.nuget.org/packages/Gee.External.Capstone/2.0.0 Quoted from the README: - Supports Capstone 4. Only the ARM, ARM64, M68K, MIPS, PowerPC, X86, and XCore architectures are supported right now - Supports...
I thought that what's DumpGen supposed to do?
@mrsharm, wouldn't the bot reopen it if it finds new failures? I was hoping to confirm the fix by doing that. The builds found from the bot seems to be...
As a team, we are not prioritizing on 32-bit platforms related work, investigating this bug will likely require quite a bit of work, and this assertion should be harmless. Is...