add "fast" pointers to non-virtual member functions for MIPSpro compilers
pointer-to-member-functions fixlets, NULL may be (void *)0 on ancient compilers which is not suitable here.
fix NULL pmf initialization
Merge in-progress PowerPC "JIT1" engine for AMD64, IA-32, PPC. The merge probably got wrong as there are some problems probably due to the experiment begining with CR deferred evaluation. With nbench/ppc, performance improvement was around 2x. With nbench on x86, performance improvement was around 4x on average. Incompatible change: instr_info_t has a new field in the middle. But since insertion of PPC_I(XXX) identifiers is auto-generated, there is no problem.
Optimized pointers to non virtual member functions. This reduces space and overhead since runtime checks are eliminated. Actually, it yields up to 10% performance improvement with specialized decoders.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.