
10 Oct
2014
10 Oct
'14
4:35 p.m.
Hi Marek,
On Fri, Oct 10, 2014 at 11:26 AM, Marek Vasut marex@denx.de wrote:
calling printf("%s\n", "string") gets translated into puts by the compiler. There should be no difference in the binary.
Is this LLVM specific or does GCC do that too ? This is interesting information.
Just did a quick test here with gcc and the resulting u-boot binary size is the same when I use puts or printf.