aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorMa Ling <[email protected]>2010-09-17 03:12:40 +0800
committerH. Peter Anvin <[email protected]>2010-09-24 18:57:11 -0700
commit3b4b682becdfa9f42321aa024d5cc84f71f06d8c (patch)
tree807cac0bfbc45d45f156dae742b31f9a66aaa559 /tools/perf/util/trace-event-scripting.c
parent59daa706fbec745684702741b9f5373142dd9fdc (diff)
x86, mem: Optimize memmove for small size and unaligned cases
movs instruction will combine data to accelerate moving data, however we need to concern two cases about it. 1. movs instruction need long lantency to startup, so here we use general mov instruction to copy data. 2. movs instruction is not good for unaligned case, even if src offset is 0x10, dest offset is 0x0, we avoid and handle the case by general mov instruction. Signed-off-by: Ma Ling <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions