diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-12-18 16:26:42 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-12-18 16:26:42 +0000 |
commit | 1564dbaaeeb391c65084d222d6859306a1d853f4 (patch) | |
tree | 1cd5452c4851b8d97ccf1bbfc5f443a76063515f /readme.txt | |
parent | 8afb5785a131d255523593d6ec393cada25b8e7f (diff) | |
download | ChibiOS-1564dbaaeeb391c65084d222d6859306a1d853f4.tar.gz ChibiOS-1564dbaaeeb391c65084d222d6859306a1d853f4.tar.bz2 ChibiOS-1564dbaaeeb391c65084d222d6859306a1d853f4.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@150 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt index f8ad8dbcc..0d9dfe825 100644 --- a/readme.txt +++ b/readme.txt @@ -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.
|