Skip to content

Instantly share code, notes, and snippets.

@ShreyasJejurkar
Created September 11, 2024 19:22
Show Gist options
  • Save ShreyasJejurkar/e283f16dbfaa2e5aad581c0c0da3a9ea to your computer and use it in GitHub Desktop.
Save ShreyasJejurkar/e283f16dbfaa2e5aad581c0c0da3a9ea to your computer and use it in GitHub Desktop.
Flags that I use for improving VSCode performance.
code --js-flags="--maglev --maglev-inlining --max-opt=2 --concurrent-recompilation --concurrent-recompilation-queue-length=512 --turbo-move-optimization --wasm-opt --optimize-on-next-call-optimizes-to-maglev --optimize-on-next-call-optimizes-to-maglev --concurrent-sparkplug --concurrent-sparkplug-max-threads=0 --stress-concurrent-inlining-attach-code --turbo-string-builder --turbo-instruction-scheduling"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment