Skip to content

vm_execute

skyrabbit edited this page May 6, 2020 · 2 revisions

Steps

  1. allocate and initialize memory
  2. (protect memory)
  3. start debug thread
  4. load natives
  5. start timer
  6. execute virtual machine
  7. stop timer
  8. stop debug thread

Techniques

direct threading

Interpreter Loop

Clone this wiki locally