Re: 406 Not Acceptable (was Re: "--All You Zombies--" title)
- From: Mike Ash <mike@xxxxxxxxxxx>
- Date: Thu, 30 Jul 2009 20:48:33 -0400
In article <_pmdnRBwmtuIv-_XnZ2dnUVZ_jednZ2d@xxxxxxxxxxxx>,
mimus <tinmimus99@xxxxxxxxxxx> wrote:
That reminds me of something I've been mulling over for awhile, a native
C-processor . . . .
Not the libraries, of course, just the core language.
That would make your C programs pretty dam' (even more) speddy, anyway.
I doubt it. C is a *vastly* more complicated language than the machine
code that's executed by any modern CPU. All the transistors that you'd
have to dedicate to understanding C natively would be transistors that
you can't dedicate to actually executing code fast.
Note that even machine code is too complicated of a language for a
really high performance modern CPU. Such a beast will actually translate
the incoming machine code into better-performing microcode which is what
the execution units actually work with.
The current approach of compiling the C code into machine code in
software before giving it to the hardware is the high-performance option.
--
Mike Ash
Radio Free Earth
Broadcasting from our climate-controlled studios deep inside the Moon
.
- Follow-Ups:
- References:
- "--All You Zombies--" title
- From: Ross Presser
- Re: 406 Not Acceptable (was Re: "--All You Zombies--" title)
- From: Keith F. Lynch
- Re: 406 Not Acceptable (was Re: "--All You Zombies--" title)
- From: Mike Schilling
- Re: 406 Not Acceptable (was Re: "--All You Zombies--" title)
- From: Keith F. Lynch
- Re: 406 Not Acceptable (was Re: "--All You Zombies--" title)
- From: PV
- Re: 406 Not Acceptable (was Re: "--All You Zombies--" title)
- From: Michael Stemper
- Re: 406 Not Acceptable (was Re: "--All You Zombies--" title)
- From: David DeLaney
- Re: 406 Not Acceptable (was Re: "--All You Zombies--" title)
- From: mimus
- Re: 406 Not Acceptable (was Re: "--All You Zombies--" title)
- From: Szymon Sokół
- Re: 406 Not Acceptable (was Re: "--All You Zombies--" title)
- From: mimus
- Re: 406 Not Acceptable (was Re: "--All You Zombies--" title)
- From: Mike Ash
- Re: 406 Not Acceptable (was Re: "--All You Zombies--" title)
- From: mimus
- Re: 406 Not Acceptable (was Re: "--All You Zombies--" title)
- From: Mike Ash
- Re: 406 Not Acceptable (was Re: "--All You Zombies--" title)
- From: mimus
- "--All You Zombies--" title
- Prev by Date: Re: 406 Not Acceptable (was Re: "--All You Zombies--" title)
- Next by Date: Re: 406 Not Acceptable (was Re: "--All You Zombies--" title)
- Previous by thread: Re: 406 Not Acceptable (was Re: "--All You Zombies--" title)
- Next by thread: Re: 406 Not Acceptable (was Re: "--All You Zombies--" title)
- Index(es):
Relevant Pages
|