avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] malloc-less i/o: small comparison


From: Andy Warner
Subject: Re: [avr-gcc-list] malloc-less i/o: small comparison
Date: Mon, 5 Sep 2005 17:33:59 -0500
User-agent: Mutt/1.2.5i

Dmitry K. wrote:
> [...]
> I have compared the size of two programs which contain an output
> of a string into a stdout. The first uses original Avr-libc.
> The second uses the modified library where the stdout connects
> at a link stage, and the user is obliged to write base functions
> of i/o only.
> 
> Results are (in decimal):
>    text    data     bss     dec     hex filename
>    1060      12      10    1082     43a ex1_old.elf
>     260      16       0     276     114 ex1_new.elf

Sounds great - any chance you have a patch that we can 
try and see how this works for us ? I'd love to try it,
and I'm sure there are others like me.
-- 
address@hidden

Andy Warner             Voice: (612) 801-8549   Fax: (208) 575-5634




reply via email to

[Prev in Thread] Current Thread [Next in Thread]