aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRasmus Villemoes <[email protected]>2016-01-15 16:58:41 -0800
committerLinus Torvalds <[email protected]>2016-01-16 11:17:26 -0800
commit1c7a8e622e84c9164dd665f5ad4879eac71bdc1e (patch)
treeb7c545e5d1b6ae370bd243bc5481e50aaf0c030f /tools/perf/scripts/python
parentd048419311ff16ba420f4b1bdf93a3d74057b53a (diff)
lib/vsprintf.c: help gcc make number() smaller
One consequence of the reorganization of struct printf_spec to make field_width 24 bits was that number() gained about 180 bytes. Since spec is never passed to other functions, we can help gcc make number() lose most of that extra weight by using local variables for the field width and precision. Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Rasmus Villemoes <[email protected]> Cc: Al Viro <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Joe Perches <[email protected]> Cc: Kees Cook <[email protected]> Cc: Maurizio Lombardi <[email protected]> Cc: Tejun Heo <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions