Victor
unread,Apr 10, 2012, 1:16:25 PM4/10/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-tech-...@lists.mozilla.org
Hi,
I am wondering whether there is a way to print out the bytecode for a
given JavaScript code executed by JSEngine in Firefox.
The way I did it is change the function printSSA(*cx) in jsanalyzer.cpp
a little bit, and add it to the method compile() in Compiler.cpp,
however it doesn't work correctly (the information printed does not
match the jscode I wrote).
Does someone know how to generate the bytecode?
Thanks in advance!
Victor