[<prev] [next>] [day] [month] [year] [list]
Message-ID: <557FEBD5.5010902@gmail.com>
Date: Tue, 16 Jun 2015 04:26:45 -0500
From: Luke Skywalker <lukes357@...il.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] small update for strlen, strnlen, use less cpu instructions
very small update to strlen and strnlen that now use less cpu
instructions by
using a counter avoiding the memory addresses substraction to find the
length
of the string,
Orestes Leal Rodriguez.
View attachment "string.c.patch" of type "text/plain" (1140 bytes)
Powered by blists - more mailing lists