X-Git-Url: http://git.kpe.io/?p=avr_serial_lcd.git;a=blobdiff_plain;f=README;h=1db3974609827208acd7a36aa1396454f123e2ab;hp=1c15365d1b6e1125b599a8dcbf60a0e029aedab2;hb=8147823cf64e37f6f43838ffa9e056ea48e30c32;hpb=debfa9107d3c94c1534808fe9ca260b8f4521e30 diff --git a/README b/README index 1c15365..1db3974 100644 --- a/README +++ b/README @@ -38,18 +38,19 @@ The code can be modified and redistributed as governed by the terms of the accompaning LICENSE file. -Code/Data Sizes (for 20080316 release) +Code/Data Sizes (for 20080318 release) ====================================== Compiler Code Data Notes --------- ---- ---- ----- -AVR-GCC C 718 48 -Os +AVR-GCC C 716 48 -Os AVR-GCC C++ 806 50 -Os AVR-GCC Obj 1574 72 -Os +CV 2.02.6 808 48 Maximum size optimization IAR C 622 48 Size optimization high (+ 64 bytes stack) IAR C++ 762 49 Size optimization high (+ 64 bytes stack) IAR Obj 1112 65 Size optimization high (+ 63 bytes stack) -ICC7 C 818 48 Full optimizations +ICC7 C Pro 812 48 Full optimizations (-O24) I would appreciate submissions of suggestions, improvements, or bug fixes.