Re: [avr-libc-dev] Even faster decimal code

2016-12-29 Thread Martin McKee
When it comes to RAM vs. ROM, I usually have issues with running out of RAM. Then again, my applications tend to be very RAM hungry. I am always keeping large blocks of data in memory. When I do more standard interface applications, I find that I run out of ROM first. I would say that I general

Re: [avr-libc-dev] Even faster decimal code

2016-12-29 Thread George Spelvin
Martin McKee wrote: > When it comes to RAM vs. ROM, I usually have issues with running out of > RAM. Then again, my applications tend to be very RAM hungry. I am always > keeping large blocks of data in memory. When I do more standard interface > applications, I find that I run out of ROM first.