git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@150 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2007-12-18 16:26:42 +00:00
parent 8afb5785a1
commit 1564dbaaee
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
and board.h. Moved all the files no more board-dependent under ports/
(ARM port).
- Improved the kernel performance in THUMB mode by better exploiting MAM
locality in some critical functions. The context switch benchmark shows 5%
improved speed.
locality in some critical functions. The context switch benchmark shows
5% improved speed.
NOTE: The interworking code generated by GCC (or any other compiler as far
I know) is not MAM-aware.