Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1468044 > unrolled thread

Re: [PATCH] x86: branchless clear_page()

Started byAlexey Dobriyan <adobriyan@gmail.com>
First post2016-08-22 23:00 +0200
Last post2016-08-22 23:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] x86: branchless clear_page() Alexey Dobriyan <adobriyan@gmail.com> - 2016-08-22 23:00 +0200

#1468044 — Re: [PATCH] x86: branchless clear_page()

FromAlexey Dobriyan <adobriyan@gmail.com>
Date2016-08-22 23:00 +0200
SubjectRe: [PATCH] x86: branchless clear_page()
Message-ID<s94u6-2Ol-25@gated-at.bofh.it>
On Mon, Aug 22, 2016 at 11:52:29PM +0300, Alexey Dobriyan wrote:
> Apply alternatives at the call site instead of function body.
> Save branch per clean page.
> 
> Bonus: tell gcc to not flush whole shebang of registers,
> just RDI, RAX, RCX.

Rename individual clear_page() functions closer to implementation
details (_c_e suffix sucks).

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web