linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Matthew Wilcox <willy@infradead.org>
To: Vlastimil Babka <vbabka@suse.cz>
Cc: linux-mm@kvack.org
Subject: Re: Number of arguments in vmalloc.c
Date: Mon, 3 Dec 2018 08:13:53 -0800	[thread overview]
Message-ID: <20181203161352.GP10377@bombadil.infradead.org> (raw)
In-Reply-To: <3264149f-e01e-faa2-3bc8-8aa1c255e075@suse.cz>

On Mon, Dec 03, 2018 at 02:59:36PM +0100, Vlastimil Babka wrote:
> On 11/28/18 3:01 PM, Matthew Wilcox wrote:
> > 
> > Some of the functions in vmalloc.c have as many as nine arguments.
> > So I thought I'd have a quick go at bundling the ones that make sense
> > into a struct and pass around a pointer to that struct.  Well, it made
> > the generated code worse,
> 
> Worse in which metric?

More instructions to accomplish the same thing.

> > so I thought I'd share my attempt so nobody
> > else bothers (or soebody points out that I did something stupid).
> 
> I guess in some of the functions the args parameter could be const?
> Might make some difference.
> 
> Anyway this shouldn't be a fast path, so even if the generated code is
> e.g. somewhat larger, then it still might make sense to reduce the
> insane parameter lists.

It might ... I'm not sure it's even easier to program than the original
though.

  reply	other threads:[~2018-12-03 16:13 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-28 14:01 Matthew Wilcox
2018-12-03 13:59 ` Vlastimil Babka
2018-12-03 16:13   ` Matthew Wilcox [this message]
2018-12-03 22:04     ` Nadav Amit
2018-12-03 22:49       ` Matthew Wilcox
2018-12-04  3:12         ` Nadav Amit
2018-12-06  8:28           ` Nadav Amit
2018-12-06 10:25             ` Peter Zijlstra
2018-12-06 11:24               ` Peter Zijlstra
2018-12-06 17:26               ` Nadav Amit
2018-12-07  8:45                 ` Peter Zijlstra
2018-12-07 23:12                   ` Nadav Amit
2018-12-08  0:40                     ` Should this_cpu_read() be volatile? Nadav Amit
2018-12-08 10:52                       ` Peter Zijlstra
2018-12-10  0:57                         ` Nadav Amit
2018-12-10  8:55                           ` Peter Zijlstra
2018-12-11 17:11                             ` Nadav Amit

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181203161352.GP10377@bombadil.infradead.org \
    --to=willy@infradead.org \
    --cc=linux-mm@kvack.org \
    --cc=vbabka@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox