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 but I can't figure out where to go from there.
|
2 | added 36 characters in body; edited tags | ||
|
|
||||
|
1 |
|
||
How can I see the machine code generated by v8?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 but I can't figure out where to go from there.
|
||||
