dotnet / razor

Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
https://asp.net
MIT License
491 stars 190 forks source link

Closure allocated in TokenizerBackedParser.PushSpanContextConfig #9975

Open ToddGrun opened 6 months ago

ToddGrun commented 6 months ago

Found while investigating allocations in the completion speedometer test. @333fred -- @DustinCampbell mentioned this might be going away soon, if so, then I guess this bug can just be closed.

image

333fred commented 6 months ago

I don't expect this to be going away any time soon, no.

chsienki commented 2 months ago

@333fred Will this be gone with the lexer changes, or still be around?

333fred commented 2 months ago

This should be handled with the lexer changes.