OSDN Git Service

Added an x86-atom "TODO" list.
authorAndy McFadden <fadden@android.com>
Mon, 1 Mar 2010 20:16:12 +0000 (12:16 -0800)
committerAndy McFadden <fadden@android.com>
Mon, 1 Mar 2010 20:17:34 +0000 (12:17 -0800)
Besides the obvious things (unimplemented opcodes), this points out a
couple of changes that were made to the interpreter and require a
corresponding change for x86-atom.

vm/mterp/x86-atom/TODO.txt [new file with mode: 0644]

diff --git a/vm/mterp/x86-atom/TODO.txt b/vm/mterp/x86-atom/TODO.txt
new file mode 100644 (file)
index 0000000..dea2285
--- /dev/null
@@ -0,0 +1,10 @@
+Items requiring attention:
+
+(hi) Correct stack overflow handling (dvmCleanupStackOverflow takes an
+     additional argument now)
+
+(md) Correct OP_MONITOR_EXIT (need to adjust PC before throw)
+
+(lo) Implement OP_BREAKPOINT
+(lo) Implement OP_EXECUTE_INLINE_RANGE
+