From: Mathieu Desnoyers Date: Mon, 19 Sep 2016 01:38:38 +0000 (-0400) Subject: Performance: Only dereference shmp once X-Git-Tag: v2.9.0-rc1~15 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=d2fe4771f15b6e50969bea1d7fcd74edca307de3;hp=d2fe4771f15b6e50969bea1d7fcd74edca307de3;p=lttng-ust.git Performance: Only dereference shmp once Dereferencing shared-memory pointers is expensive: many bound checks are performed. Ensure the shmp is only dereferenced once in the commit fast-path. Signed-off-by: Mathieu Desnoyers ---