linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Lameter <cl@linux.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Jesper Dangaard Brouer <brouer@redhat.com>,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	akpm@linuxfoundation.org, Pekka Enberg <penberg@kernel.org>,
	iamjoonsoo@lge.com
Subject: Re: Slab infrastructure for bulk object allocation and freeing V2
Date: Mon, 6 Apr 2015 13:27:07 -0500 (CDT)	[thread overview]
Message-ID: <alpine.DEB.2.11.1504061325350.27939@gentwo.org> (raw)
In-Reply-To: <20150402134239.8e8c538103640d697246ba6a@linux-foundation.org>

On Thu, 2 Apr 2015, Andrew Morton wrote:

> hm, OK.  The per-allocator wrappers could be made static inline in .h
> if that makes sense.

The allocators will add code to the "per-allocator wrappers". Inlining
that would be bad. Basicalkly the "wrapper" is the skeleon to which
optimizations can be added while keeping the call to the generic
implementaiton if the allocator has to punt for some reason.


      reply	other threads:[~2015-04-06 18:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-30 14:31 Slab infrastructure for bulk object allocation and freeing V2 Christoph Lameter
2015-03-31  0:17 ` Jesper Dangaard Brouer
2015-03-31 21:20 ` Andrew Morton
2015-04-02 14:25   ` Christoph Lameter
2015-04-02 20:42     ` Andrew Morton
2015-04-06 18:27       ` Christoph Lameter [this message]

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=alpine.DEB.2.11.1504061325350.27939@gentwo.org \
    --to=cl@linux.com \
    --cc=akpm@linux-foundation.org \
    --cc=akpm@linuxfoundation.org \
    --cc=brouer@redhat.com \
    --cc=iamjoonsoo@lge.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=penberg@kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).