LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: ebiederm@xmission.com (Eric W. Biederman)
To: "H. Peter Anvin" <hpa@zytor.com>
Cc: Andi Kleen <ak@suse.de>, Michael McConnell <soruk@eridani.co.uk>,
	linux-kernel@vger.kernel.org
Subject: Re: MAINTAINERS file out of date?
Date: Fri, 27 Apr 2007 11:02:02 -0600	[thread overview]
Message-ID: <m1lkgdiwdx.fsf@ebiederm.dsl.xmission.com> (raw)
In-Reply-To: <46321D2E.7000400@zytor.com> (H. Peter Anvin's message of "Fri, 27 Apr 2007 08:56:30 -0700")

"H. Peter Anvin" <hpa@zytor.com> writes:

> Andi Kleen wrote:
>>> A lot of that code (although, of course, not all) could be written in C,
>>> though.  I'm thinking of taking a stab at rewriting it that way.
>> 
>> That would require a new compiler, right? I don't think that would
>> make users very happy.
>> 
>> Besides the code is not exactly that maintenance intensive and only
>> changes rarely so I don't need a pressing need to rewrite it
>
> No, it would not need a new compiler.  All it requires is gcc plus a
> reasonably recent binutils which you need anyway.

There opportunities to enhance this code without writing it in C.
Such as building the code out comprehensible single of subroutines,
with a well defined calling sequence.

The big benefit when you can go to C is that you can include headers
from elsewhere in the kernel and since setup.S is increasingly
becoming optional it has a fixed interface to the rest of
the kernel, so there is much less opportunity for enhancement there.

Eric

      reply	other threads:[~2007-04-27 17:03 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-26 22:19 Michael McConnell
2007-04-26 23:13 ` H. Peter Anvin
2007-04-27  1:09   ` WANG Cong
2007-04-27  1:12     ` H. Peter Anvin
2007-04-27  2:32       ` WANG Cong
2007-04-27  4:22         ` Eric W. Biederman
2007-04-27  5:16           ` H. Peter Anvin
2007-04-27  5:24             ` Eric W. Biederman
2007-04-27  5:27               ` H. Peter Anvin
2007-04-27 10:28                 ` WANG Cong
2007-04-27 15:55                   ` H. Peter Anvin
2007-04-27 10:34             ` Andi Kleen
2007-04-27 15:56               ` H. Peter Anvin
2007-04-27 17:02                 ` Eric W. Biederman [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=m1lkgdiwdx.fsf@ebiederm.dsl.xmission.com \
    --to=ebiederm@xmission.com \
    --cc=ak@suse.de \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=soruk@eridani.co.uk \
    --subject='Re: MAINTAINERS file out of date?' \
    /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

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).