Does anybody know how I can see the actual machine code that v8 generates from Javascript? I\'ve gotten as far as Script::Compile() in src/api.cc b
Script::Compile()
src/api.cc
Take a look at v8_root/build/features.gypi, and you will find disassembler related and many other compile time feature switches for V8.
v8_root/build/features.gypi