in Oot, do we want a base register to make addresses relative?
probably not; that's probably assumed/encapsulated away
---
ppl say that jsr/ret made the JVM verifier much more difficult to write. See [1], section The issue with JSR/RET. Why?
Maybe because ret jumps to an address in a register rather than to a fixed address?
Is jsr/ret the only computed goto in jvm?:
---
timeout bit
---
timeout bit
copied from [2]