Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • vtable calls
    assumption each method's vtable entry contains either
    • native function
    • c2i adapter
  • static calls go to
    • native function
    • c2i adapter
      How is recompiling/back to interpreter dealt with (patch native method? how garbage collect dead methods)?
  • byte code interpreter?
    vtable: probably jumps to methods vtable entry?

...