• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Items requiring attention:
2
3(hi) Add gc card marking to aput/iput/sput/new_filled_array
4(hi) Correct stack overflow handling (dvmCleanupStackOverflow takes an
5     additional argument now)
6(hi) "debugger active" test in common_periodicChecks must handle
7     the case where glue->pDebuggerActive is a NULL pointer (used to
8     skip a memory load when debugger support is completely disabled)
9(hi) WITH_DEBUGGER and WITH_PROFILER are no longer defined (but are
10     assumed to be enabled)
11
12(md) Correct OP_MONITOR_EXIT (need to adjust PC before throw)
13(md) OP_THROW needs to export the PC
14
15(lo) Implement OP_BREAKPOINT
16(lo) Implement OP_EXECUTE_INLINE_RANGE
17(lo) Implement OP_*_VOLATILE (12 instructions)
18