Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 267 Bytes

NOTES.md

File metadata and controls

22 lines (15 loc) · 267 Bytes

Misc / Notes

Run v8 with debug syntax:

v8-debug --allow-natives-syntax test.js

Other flags: --print-bytecode

v8 perf.js
jsc perf.js
spidermonkey perf.js
chakra perf.js

Interesting debug functions: %PrepareFunctionForOptimization(foo)