Re: [PATCH v2] bloat-o-meter: line wrapped at 75 columns instead of 80

2024-03-12 Thread Jones Syue 薛懷宗
> This patch replaces the 78 "-" prints with 75 "-". And replace the 80 > columns summary line with 77 columns. ("%s" is considered as two chars > and should be filled with whitespace " ", so 77 = 75 + 2) This is an example which showing how this patch wrapped line to 75 columns, use awk to count

Re: [PATCH v2] bloat-o-meter: line wrapped at 75 columns instead of 80

2024-03-12 Thread Jones Syue 薛懷宗
> Per test it looks like busybox has one more items: ".rodata", if the > modification contains a format strings like this: > log5("crond_dummy 1 %d %d\n", crond_dummy_global_int, crond_dummy_local_int); Looks like the formatted strings is considered as a string literal, not a symbol, while linux

Re: [PATCH v2] bloat-o-meter: line wrapped at 75 columns instead of 80

2024-03-12 Thread Jones Syue 薛懷宗
> I was curious. Is there a reason for BusyBox's bloat-o-meter script not to > keep in sync with the version that comes in the Linux kernel source? It looks like busybox's bloat-o-meter has this addon: .rodata section diff. Commit f14f7fc5cad5 ("Teach bloatometer about .rodata, and tweak the