Adam Sitnik
Adam Sitnik
The disassembler does not work on ARM & ARM64 due to the fact that we are internally using `Iced` which does not support it yet. As soon as https://github.com/0xd4d/iced/issues/79 and...
Currently we can implement it in following ways: ## DOTNET_JitDisasm Use `DOTNET_JitDisasm` exposed recently by https://github.com/dotnet/runtime/pull/73365 and parse the disassembly from standard output. In #2092 I've extended `ExecuteResult` with new...
@janvorli I've done two experiments: 1. I've tried ClrMD on Arm64: it works on Linux, it throws on Windows 2. I've tried Capstone and it works nice on Linux. I...
Hint for potential contributor who wants to work on it: we revert the colors here: https://github.com/dotnet/BenchmarkDotNet/blob/63e28c100a42a6492d09a0b93a8a4c141061bb0d/src/BenchmarkDotNet/Loggers/ConsoleLogger.cs#L44-L58 and this is most likely the part of the code that needs to be...
> I would like to work on this. please assign it to me. @farQtech done! Please let me know if you need any help
Fixed by #2160, thanks a lot @farQtech !
> Any suggestions? I currently don't have a fix for https://github.com/dotnet/BenchmarkDotNet/issues/1197#issuecomment-1173126572, but you can use the [InProcessToolchain](https://benchmarkdotnet.org/articles/samples/IntroInProcess.html#sample-introinprocess) to run the benchmarks in the same process (as long as they don't...
@MichalPetryka the issue should got fixed with #2092. Could you please try `0.13.2.1892` and see if it did? ```xml ```
@bartonjs can still reproduce it
The issue was partially resolved by @janvorli in #2123 @janvorli has identified a bug in DAC, which will be resolved in dotnet/runtime (calling one of the CLRMD methods ends up...