Re: Green Compiler ?

"Nils M Holm" <nmh@t3x.org>
Sun, 23 Dec 2012 10:01:25 +0100

          From comp.compilers

Related articles
Green Compiler ? abidmuslim@gmail.com (Abid) (2012-12-20)
Re: Green Compiler ? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2012-12-23)
Re: Green Compiler ? nmh@t3x.org (Nils M Holm) (2012-12-23)
Re: Green Compiler ? DrDiettrich1@aol.com (Hans-Peter Diettrich) (2012-12-24)
Re: Green Compiler ? z80eu@arcor.de (Peter Dassow) (2012-12-26)
Re: Green Compiler ? anton@mips.complang.tuwien.ac.at (2012-12-27)
Re: Green Compiler ? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2012-12-28)
Re: Green Compiler ? Pidgeot18@verizon.invalid (Joshua Cranmer) (2012-12-27)
Re: Green Compiler ? nmh@t3x.org (Nils M Holm) (2012-12-28)
[15 later articles]
| List of all articles for this month |

From: "Nils M Holm" <nmh@t3x.org>
Newsgroups: comp.compilers
Date: Sun, 23 Dec 2012 10:01:25 +0100
Organization: Compilers Central
References: 12-12-010
Keywords: code
Posted-Date: 23 Dec 2012 18:56:54 EST

Abid <abidmuslim@gmail.com> wrote:
> Do we need to change this model and make it
> three dimensional by adding power axis in the search space?


In principle, I would say that higher execution speed equals more
grenn-ness. Less time spent dissipating heat means less energy
consumed.


So the question actually is the same as ever: how to we make code
run fast?


- How do we squeeze more meaning into fewer/faster instructions?
- How do we make code so small that it fits in caches?
- How do we organize code execution in such a way that cache
    stalls are minimized? (Locality)


--
Nils M Holm < n m h @ t 3 x . o r g > www.t3x.org



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.