Dear Wiki user, You have subscribed to a wiki page or wiki category on "Harmony Wiki" for change notification.
The following page has been changed by RodrigoKumpera: http://wiki.apache.org/harmony/JVM_Implementation_Ideas ------------------------------------------------------------------------------ === Inline threaded interpreter === * Idea: similar to a direct threaded interpreter, but in the preparation step copy the code segment of some opcodes instead of pointer + data. - * Adavantages: faster interpreter. + * Advantages: faster interpreter. - * Disavantages: deciding with code segments can be inlined is a non-trivial, non-portable issue. A conservative aproach will result in worse performance. + * Disadvantages: deciding with code segments can be inlined is a non-trivial, non-portable issue. A conservative approach will result in worse performance. * Origin: SableVM
