Re: Green Compiler ?

Hans-Peter Diettrich <DrDiettrich1@aol.com>
Fri, 28 Dec 2012 08:35:52 +0100

          From comp.compilers

Related articles
[3 earlier articles]
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)
Re: Green Compiler ? DrDiettrich1@aol.com (Hans-Peter Diettrich) (2012-12-28)
Re: Green Compiler ? walter@bytecraft.com (Walter Banks) (2012-12-28)
Re: Green Compiler ? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2012-12-28)
Re: Green Compiler ? anton@mips.complang.tuwien.ac.at (2012-12-28)
Re: Green Compiler ? gneuner2@comcast.net (George Neuner) (2012-12-28)
Re: Green Compiler ? z80eu@arcor.de (Peter Dassow) (2012-12-29)
Re: Green Compiler ? DrDiettrich1@aol.com (Hans-Peter Diettrich) (2012-12-30)
[8 later articles]
| List of all articles for this month |

From: Hans-Peter Diettrich <DrDiettrich1@aol.com>
Newsgroups: comp.compilers
Date: Fri, 28 Dec 2012 08:35:52 +0100
Organization: Compilers Central
References: 12-12-010 12-12-012 12-12-022
Keywords: performance
Posted-Date: 28 Dec 2012 10:24:07 EST

Peter Dassow schrieb:


> But I'm not sure this kind of optimization
> would save a significant percentage compared to an clock cycle
> optimized binary.


I doubt that a clock cycle count is related to power consumption.
On modern CPUs, with much parallel processing, parts of the chip may be
inactive while others are operating. E.g. when two instructions execute
in parallel, they will consume about the same amount of power as when
executed sequentially.


Please note that most CMOS processor power consumption results from
switching (stray) capacities, and only a small percentage for leak
currents. E.g. a register or gate consumes such power whenever a bit is
changed, and almost nothing when it has reached an stable state.


DoDi



Post a followup to this message

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