Is Parrot bytecode reentrant? That is, if I want to have two instances of a class in each of two threads, will the bytecode for the class need to be loaded twice?
Also, will it be possible to pass objects (handles/references) between threads? Thanks njs.