All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keir Fraser <keir@xensource.com>
To: Jan Beulich <jbeulich@novell.com>
Cc: xen-devel@lists.xensource.com, Ben Thomas <bthomas@virtualiron.com>
Subject: Re: page_alloc query
Date: Wed, 07 Mar 2007 09:40:03 +0000	[thread overview]
Message-ID: <C21438F3.ABE7%keir@xensource.com> (raw)
In-Reply-To: <45EE915A.76E4.0078.0@novell.com>




On 7/3/07 09:18, "Jan Beulich" <jbeulich@novell.com> wrote:

>> And I really think using signed variables for array indices is odd - it
>> performs
>> worse on x86-64/ia64 at least (because of the extra sign extension, whereas
>> the zero extension is implied in most/some operations), and it certainly is
>> contrary to how arrays work (they don't normally have fields accessible with
>> negative indices).
> 
> e.g. by instead doing
> 
>         for ( zone = zone_hi + 1; zone-- > zone_lo; )
> 
> Jan

Hmmm... Yeah, okay.

 -- Keir

      reply	other threads:[~2007-03-07  9:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-06 22:10 page_alloc query Ben Thomas
2007-03-07  8:27 ` Keir Fraser
2007-03-07  9:09   ` Jan Beulich
2007-03-07  9:18     ` Jan Beulich
2007-03-07  9:40       ` Keir Fraser [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=C21438F3.ABE7%keir@xensource.com \
    --to=keir@xensource.com \
    --cc=bthomas@virtualiron.com \
    --cc=jbeulich@novell.com \
    --cc=xen-devel@lists.xensource.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.