Quantcast
Channel: lkml.org : Shesha Sreenivasamurthy
Viewing all articles
Browse latest Browse all 1267

Re: [PATCH] KVM: x86: Reduce retpoline performance impact in slot_ ...

$
0
0
Linus Torvalds writes: (Summary) And there's a couple of "bool lock_flush_tlb" arguments that will simply become constant and generate much better code that way.
generate much better code that way.
And maybe you don't want to inline all of the slot_handle_*() functions, and it's only one or two of them that matter because they loop over a lot of entries, but honestly, most of those slot_handle_xyz() functions seem to have just a couple of call sites anyway.
anyway.
slot_handle_large_level() is probably already inlined by the compiler because it only has a single call-site.
because it only has a single call-site.
Will it make for bigger code?

Viewing all articles
Browse latest Browse all 1267

Trending Articles