Skip to content

with nodejs v8, there is some new fun stuff for finding deopts, alongside existing ways to view them easily in chrome.

Notifications You must be signed in to change notification settings

aretecode/awesome-deopt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

awesome-deopt

with nodejs v8, there is some new fun stuff for finding deopts, alongside existing ways to view them easily in chrome.

TL;DR

browser

node 8+

  • use nvm to install nodejs v8 (nvm install 8.1 && nvm alias default 8.1 && nvm use 8.1)
  • run node prof YOUR_FILE_HERE, then node --prof-process isolate-TAB_AUTO_COMPLETE_HERE
  • run using chrome devtools node --inspect --debug-brk YOUR_FILE_HERE

must read

tools / short how-tos

articles

newer

older

misc

more

About

with nodejs v8, there is some new fun stuff for finding deopts, alongside existing ways to view them easily in chrome.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published