638
edits
| Line 21: | Line 21: | ||
* Need stub code (or docs) for pieces of Nanojit that are provided by the application, like <code>MMgc</code> and <code>VerboseWriter::formatGuard</code>. | * Need stub code (or docs) for pieces of Nanojit that are provided by the application, like <code>MMgc</code> and <code>VerboseWriter::formatGuard</code>. | ||
* jorendorff doesn't understand guards well enough. Need to figure out what side exits should actually do. | * jorendorff doesn't understand guards well enough. Need to figure out what side exits should actually do. | ||
* If this tool is to be used cross-platform for testing, it would really help to be able to say <code>x = ld p[6 * sizeof intptr_t] | |||
* Many opcodes are not well understood, e.g. <code>ji</code> and <code>xi</code>. | |||
edits