Egor Bogatov

Results 221 comments of Egor Bogatov

Totally forgot about this contribution sadly and now a lot of code changed so it's not possible to incorporate 😞

@Therzok ah yeah, something definitely went wrong here 🙂 Initially the addin was based on the LightBulb sample from https://github.com/microsoft/VSSDK-Extensibility-Samples/tree/master/LightBulb (it's pretty out of date) trying to figure out how...

hm.. looks like most of it comes with "Microsoft.CodeAnalysis.EditorFeatures.Text" nuget package which is only needed for `GetRelatedDocuments()` API

Wow, amazing!! @Metalnem I'll check it out!

@master131 stackallocs can be boosted by up to 30% by disabling zeroing see https://github.com/dotnet/coreclr/issues/1279 .NET Core uses this technique for some libs including mscorlib via an additional linker (ILLINK) step...

> I don't know how it is in Arm64. Seems to be fine on ARM64 🙂 ```asm G_M39000_IG01: ; gcrefRegs=0000 {}, byrefRegs=0000 {}, byref, nogc

> Organizational question: do you prefere that for each such findings an issue is to be opened or is there a more holistically way for this? I think they're trivial...

@kasperk81 I'd recommend to pass `--envVars DOTNET_ReadyToRun:0` to BDN to disable static PGO as your changes changed layout and made the built-in profile stale. I assume we need to reflect...

Reproduces on RC1 but doesn't reproduce on Main