X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=README;h=b2704c320e105cf0e1f676e29e644d7510b6e0c7;hb=ad7ce0903602a48f3e47b85a9a6e10087438068c;hp=1c15365d1b6e1125b599a8dcbf60a0e029aedab2;hpb=debfa9107d3c94c1534808fe9ca260b8f4521e30;p=avr_serial_lcd.git diff --git a/README b/README index 1c15365..b2704c3 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 20080320 release) ====================================== -Compiler Code Data Notes ---------- ---- ---- ----- -AVR-GCC C 718 48 -Os -AVR-GCC C++ 806 50 -Os -AVR-GCC Obj 1574 72 -Os -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 +Compiler Code Data Notes +--------- ---- ---- ----- +IAR 5.10A C 626 48 Size optimization high (+ 64 bytes stack) +AVR-GCC 4.2.2 C 720 48 -Os +IAR 5.10A C++ 762 49 Size optimization high (+ 64 bytes stack) +Codevision 2.02.6 796 48 Maximum size optimization +AVR-GCC 4.2.2 C++ 806 50 -Os +ImageCraft 7.16 Pro C 806 48 Full optimizations (-O24) +AVR-GCC 4.2.2 C++ Obj 1574 72 -Os +IAR 5.10A C++ Obj 1112 65 Size optimization high (+ 63 bytes stack) I would appreciate submissions of suggestions, improvements, or bug fixes.