2009-10-15 Joel Sherrill <joel.sherrill@oarcorp.com>

* sim-inline.h: Fix spelling error.
This commit is contained in:
Joel Sherrill 2009-10-15 15:46:19 +00:00
parent f19df8f73a
commit c272cb468a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-10-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* sim-inline.h: Fix spelling error.
2009-10-02 Ralf Corsepius <ralf.corsepius@rtems.org>
* Make-common.in: Add datarootdir.

View File

@ -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.