diff options
author | Denys Vlasenko <[email protected]> | 2016-04-08 20:35:43 +0200 |
---|---|---|
committer | Brian Norris <[email protected]> | 2016-07-09 18:53:33 -0700 |
commit | 21a190b970878be8298c3f696aede1de36986817 (patch) | |
tree | b991c84bdd3e0764682d261d09e607992aa533e8 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 8bf66b24cfcb71d6f3e33a0ebd119678823d7c70 (diff) |
mtd: cfi_cmdset_0020: Deinline do_write_buffer, save 5316 bytes
This function compiles to 2554 bytes of machine code.
In C, the function is almost 200 lines long.
It has only one callsite, but forced inlining that much code
makes gcc generate significantly worse code. Let gcc itself decide
what to do.
Signed-off-by: Denys Vlasenko <[email protected]>
CC: David Woodhouse <[email protected]>
CC: Dan Carpenter <[email protected]>
CC: Artem Bityutskiy <[email protected]>
CC: [email protected]
CC: [email protected]
Signed-off-by: Brian Norris <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions