X-Git-Url: http://git.kpe.io/?p=avr_serial_lcd.git;a=blobdiff_plain;f=README;h=018a7b64501871e771fcfcbf35943cf4226e14f8;hp=1db3974609827208acd7a36aa1396454f123e2ab;hb=4e88dde09a30fd2105f3fc732cbe4f2edbc72244;hpb=d04eb119077d31547ada7640481477f942eb8390 diff --git a/README b/README index 1db3974..018a7b6 100644 --- a/README +++ b/README @@ -38,19 +38,19 @@ The code can be modified and redistributed as governed by the terms of the accompaning LICENSE file. -Code/Data Sizes (for 20080318 release) +Code/Data Sizes (for 20080320 release) ====================================== -Compiler Code Data Notes ---------- ---- ---- ----- -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 Pro 812 48 Full optimizations (-O24) +Compiler Code Data Notes +--------- ---- ---- ----- +IAR 5.10A C 622 48 Size optimization high (+ 64 bytes stack) +AVR-GCC 4.2.2 C 716 48 -Os +IAR 5.10A C++ 762 49 Size optimization high (+ 64 bytes stack) +Codevision 2.02.6 792 48 Maximum size optimization +AVR-GCC 4.2.2 C++ 806 50 -Os +ImageCraft 7.16 Pro C 808 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.