Index: sim-inline.h =================================================================== RCS file: /cvs/src/src/sim/common/sim-inline.h,v retrieving revision 1.6 diff -u -r1.6 sim-inline.h --- sim-inline.h 14 Jan 2009 10:53:06 -0000 1.6 +++ sim-inline.h 15 Oct 2009 13:28:50 -0000 @@ -33,7 +33,7 @@ eliminate the overhead of function calls and (as a consequence) also eliminate further dead code. - On a CISC (x86) I've found that I can achieve an order of magintude + On a CISC (x86) I've found that I can achieve an order of magnitude speed improvement (x3-x5). In the case of RISC (sparc) while the performance gain isn't as great it is still significant.