diff options
author | André Goddard Rosa <[email protected]> | 2009-12-14 18:00:59 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2009-12-15 08:53:32 -0800 |
commit | b5ff992b09dbe06a4a020fbb702e29ab61290cc5 (patch) | |
tree | b23916d07465dc4a2dbd011d2497491e5e217e5d /lib/string_helpers.c | |
parent | 08562cb27da6a1472be15898173105b46801a73b (diff) |
vsprintf: reduce code size by avoiding extra check
No functional change, just refactor the code so that it avoid checking
"if (hi)" two times in a sequence, taking advantage of previous check made.
It also reduces code size:
text data bss dec hex filename
15726 0 8 15734 3d76 vsprintf.o (ex lib/lib.a-BEFORE)
15710 0 8 15718 3d66 vsprintf.o (ex lib/lib.a-AFTER)
Signed-off-by: André Goddard Rosa <[email protected]>
Acked-by: Frederic Weisbecker <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions