Performance: implement lttng_inline_memcpy
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 25 Sep 2016 16:31:11 +0000 (12:31 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 25 Sep 2016 16:31:11 +0000 (12:31 -0400)
commit51b8f2fa2b972e62117caa946dd3e3565b6ca4a3
tree459d344523d2cb67a3a86e591994b4b5be36f610
parent00d0f8eb40e77bb8915be29c527f48fb7e006b61
Performance: implement lttng_inline_memcpy

Because all length parameters received for serializing data coming from
applications go through a callback, they are never constant, and it
hurts performance to perform a call to memcpy each time.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
libringbuffer/backend_internal.h
This page took 0.024449 seconds and 4 git commands to generate.