microsoft / deoptexplorer-vscode

A VS Code extension to visualize deoptimizations in your JavaScript and TypeScript code running in V8 (i.e., NodeJS, Edge, Chrome, etc.).
MIT License
754 stars 9 forks source link

Idea: Optimization levels indicators #38

Open ntucker opened 1 year ago

ntucker commented 1 year ago

Have some indicator of optimization levels and links to best docs for understanding the different levels like turbofan, sparkplug, etc. This could be useful for people who are still new to memorizing the v8 optimizer names

### Tasks