21 Sep
2010
21 Sep
'10
4:50 p.m.
Hi all, it seems that squirrelfish-bytecode.html is out of sync with the reality again. A simple grep on the DEFINE_OPCODE (and removing some) shows that we have about 136 opcodes, searching for "<h2><code>" in the HTML only reveals 78 documented opcodes. I have tried to find a missing one (to support my hypothesis) and "op_eq_null" seems to be among the undocumented ones. Is there any interest to generate the documentation from the switch/case of the Interpreter.cpp? I think I could come up with a small python script to do that. comments?