From 53151f00720d5cd2df8cf196f4523d4f5b831598 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Mon, 27 Oct 2014 15:42:23 +0800 Subject: [OUTPUT] Add likely tag in outmem The branch in outmem where the string fits in the buffer is the common case and is now marked as likely. Signed-off-by: Herbert Xu --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e6d6cbf..9d2dc7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ * Add printf support for format string a, A, and F. * Handle embedded NULs correctly in printf. * Replace open-coded flushall in preadbuffer. + * Add likely tag in outmem. 2014-10-13 Eric Blake -- cgit 1.4.1