Re: MAINTAINERS file out of date?



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.

-hpa
-
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/



Relevant Pages

  • Re: Compiling C++ modules
    ... nitty-gritty to the compiler to decide. ... So rewriting C with C++ would be as dumb as rewriting asm with C. ... Vector operator+(const __vr that) const ...
    (Linux-Kernel)
  • Re: MAINTAINERS file out of date?
    ... I'm thinking of taking a stab at rewriting it that way. ... it would not need a new compiler. ... the kernel, so there is much less opportunity for enhancement there. ...
    (Linux-Kernel)
  • Re: Larkin, Power BASIC cannot be THAT good:
    ... new version of a compiler because the compiler writers were too lazy to care ... Rewriting page after page of previous code to use a new langage ... What I really want is to be permentantly locked into using one vendors ... If I stick to PowerBasic for engineering apps I don't need to rewrite ...
    (sci.electronics.design)
  • Re: MAINTAINERS file out of date?
    ... I'm thinking of taking a stab at rewriting it that way. ... .code16gcc was what I was using. ... Maybe we can rewrite them in C, use a 16-bit C compiler to generate AT&T asm code and finally push the asm code in the kernel source tree. ...
    (Linux-Kernel)
  • Re: Compiling C++ modules
    ... And this is the problem, as kernel development is highly sensitive to compiler output, and which is why there are parts written in asm and others in C. ... So rewriting C with C++ would be as dumb as rewriting asm with C. ... Note though, C++ is not currently viable for kernel development, due to its enormous overhead generated by immature compiler technology. ...
    (Linux-Kernel)