diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-11-06 16:26:09 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-11-06 16:26:09 -0500 |
commit | d7c5e8bfc1aecbd23a4cbb2eab08656587aac2e8 (patch) | |
tree | 79cedf01ed0a533a9ab9611ae95f113159aab383 /Xi/allowev.c | |
parent | aaa50b64113b122aaebd46e3b78e3fb7a8d70500 (diff) |
Modified performance patches from Arjan van de Ven <arjan@infradead.org>
Subject: [PATCH] fix some performance gaps in Xace
The XaceHook function is used in several hotpaths.
The problem with it (performance wise) is twofold:
* The XaceHook function has a big switch() statement for the hook number in it
* The XaceHook function uses varargs to reassemble the final dispatch arguments again
Both are expensive operations... for something that is known at compile time
This patch turns the hotpath XaceHook call into a direct call to avoid
the switch and varargs; this gives me over 10% performance gain
on the x11perf benchmark.
Diffstat (limited to 'Xi/allowev.c')
0 files changed, 0 insertions, 0 deletions