diff options
Diffstat (limited to 'sim/ppc/std-config.h')
-rw-r--r-- | sim/ppc/std-config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/std-config.h b/sim/ppc/std-config.h index c48e365..a153c98 100644 --- a/sim/ppc/std-config.h +++ b/sim/ppc/std-config.h @@ -313,7 +313,7 @@ extern int current_stdio; to both 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. |