From: Jens Axboe Date: Fri, 19 Mar 2010 15:41:52 +0000 (+0100) Subject: Make the dprint() processing out-of-line X-Git-Tag: fio-1.38~7 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=bf84eacbfc91a952eb5b781ad2955109c862d41e;hp=bf84eacbfc91a952eb5b781ad2955109c862d41e Make the dprint() processing out-of-line Instead of having the big macro inlined everywhere, only inline the mask check and put the rest out-of-line. This reduces the size of fio with 4% here, and speeds it up. Signed-off-by: Jens Axboe ---