microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workspace tag parsing performance regression with 1.21.0 on Linux/Mac

sean-mcmanus opened this issue · comments

...detected with our pending 1.21.0 (pre-release). Possibly caused by additional compiler/linker flags that were added.

I'm not seeing a performance regression in our lab test runs. We're still investigating...

UPDATE: Windows looks good (25% faster?), but Linux/Mac is around 80% slower. Looking into the compiler flags that got added...

😭