As the interpreter is core to the approach, I'm not entirely sure what's left if you drop that.
ryao
Whatever they have their interpreter doing could be done via assembly code without a separate instruction stream that needs to be interpreted. It is like running qemu-user to execute a program by interpreting it versus having the CPU execute it directly, except on a GPU.