On 10/19/2013 08:29 PM, Andi Kleen wrote:
Waiman Long writes:
as well as
using ?: statement which can be more efficient than the regular if
statement in some architectures.
I don't think that's true, the compiler does if conversion anyways for both.
But change seems reasonable.
-Andi
Th
Waiman Long writes:
> as well as
> using ?: statement which can be more efficient than the regular if
> statement in some architectures.
I don't think that's true, the compiler does if conversion anyways for both.
But change seems reasonable.
-Andi
--
a...@linux.intel.com -- Speaking for my
When callgraph is enabled, the append_chain() function consumes a major
portion of the total CPU time. This patch tries to streamline the
append_chain() function by removing unneeded conditional test as well as
using ?: statement which can be more efficient than the regular if
statement in some arc
3 matches
Mail list logo