> You could write an equally effcient kernel in languages like C++, > using C++ abstractions as a high level organization, where It's very very hard to generate good C code because of the numerous ways objects get temporarily created, and the week aliasing rules (as with C). There are reasons that Fortran lives on (and no I'm not suggesting one should rewrite the kernel in Fortran ;)) and the fact its not really got pointer aliasing or "address of" operators and all the resulting optimsation problems is one of the big ones. Alan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: Kernel Development & Objective-C
- From: "J.A. Magallón" <[email protected]>
- Re: Kernel Development & Objective-C
- References:
- Kernel Development & Objective-C
- From: Ben Crowhurst <[email protected]>
- Re: Kernel Development & Objective-C
- From: [email protected] (Lennart Sorensen)
- Re: Kernel Development & Objective-C
- From: Kyle Moffett <[email protected]>
- Re: Kernel Development & Objective-C
- From: Avi Kivity <[email protected]>
- Re: Kernel Development & Objective-C
- From: Andi Kleen <[email protected]>
- Re: Kernel Development & Objective-C
- From: Avi Kivity <[email protected]>
- Re: Kernel Development & Objective-C
- From: Andi Kleen <[email protected]>
- Re: Kernel Development & Objective-C
- From: Avi Kivity <[email protected]>
- Re: Kernel Development & Objective-C
- From: Willy Tarreau <[email protected]>
- Re: Kernel Development & Objective-C
- From: "J.A. Magallón" <[email protected]>
- Kernel Development & Objective-C
- Prev by Date: Re: sched_yield: delete sysctl_sched_compat_yield
- Next by Date: Re: [patch 0/2] x86, ptrace: support for branch trace store(BTS)
- Previous by thread: Re: Kernel Development & Objective-C
- Next by thread: Re: Kernel Development & Objective-C
- Index(es):