> Now, back to VM coding :-):-) Just a question about vm: How do you plan choose each bytecode and increment PC? Most vm (specially C ones) have a big switch to execute bytecode, but using inheritance of a class ByteCode with a virtual method execute is usually faster. Furthermore, this method can return the relative displacement that PC should do. Martin V. knows more than me about this.
Steph _______________________________________________ glob2-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/glob2-devel
