Re: MAINTAINERS file out of date?
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Date: Fri, 27 Apr 2007 11:02:02 -0600
"H. Peter Anvin" <hpa@xxxxxxxxx> 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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- MAINTAINERS file out of date?
- From: Michael McConnell
- Re: MAINTAINERS file out of date?
- From: Eric W. Biederman
- Re: MAINTAINERS file out of date?
- From: H. Peter Anvin
- Re: MAINTAINERS file out of date?
- From: Andi Kleen
- Re: MAINTAINERS file out of date?
- From: H. Peter Anvin
- MAINTAINERS file out of date?
- Prev by Date: Re: 2.6.21 reiserfs -- cicular locking?
- Next by Date: Re: Fw: [PATCH] ia64: race flushing icache in do_no_page path
- Previous by thread: Re: MAINTAINERS file out of date?
- Next by thread: [sky2] hw csum failure with 2.6.17 and Yukon-EC...
- Index(es):
Relevant Pages
|