From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Nicholas Collin Paul de Gloucester Newsgroups: comp.lang.ada Subject: Re: Everything You Know Is Wrong Date: Mon, 28 Dec 2015 17:27:19 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Injection-Info: mx02.eternal-september.org; posting-host="1b4315c307f3cc5ba77928d0bb2ed33c"; logging-data="7497"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19F8Rhsp2+CU6lVbE1qk6JJeV7oi6HSvuXXqYz+2Cf5Jg==" User-Agent: Alpine 2.11 (DEB 23 2013-08-11) In-Reply-To: Cancel-Lock: sha1:KpVDqHvLTDkgGCMZQ6ywzyWdWwU= X-X-Sender: gloucester@Lydia.insomnia247.nl Xref: news.eternal-september.org comp.lang.ada:28907 Date: 2015-12-28T17:27:19+01:00 List-Id: On December 28th, 2015, Dmitry A. Kazakov posted: |-----------------------------------------------------------------------------| |"On 2015-12-28 10:57, Georg Bauhaus wrote: | | | |> Another influence of economy on source text, given no major advances | |> in battery technology, dynamos, generators, etc., is energy | |> savings. This may inspire a whole now approach to optimizations in | |> program translation: I imagine an aspect called "Importance". It | |> lets the compiler choose instructions and orders of execution in a | |> way that uses resources when needed or as available. | | | |I doubt that will play any significant role. What must change is the methods | |of binding. Modular, distributed, persistent data, long-living software | |require much more than plain linkers/loaders presently offer. | | | |-- | |Regards, | |Dmitry A. Kazakov | | http://www.dmitry-kazakov.de " | |-----------------------------------------------------------------------------| Reducing energy consumption is not a novel ideal. E.g. I quote from a review by me of Petru Eles; Krzysztof Kuchcinski; and Zebo Peng, "System Synthesis with VHDL", Kluwer Academic Publishers ( WWW.ACCU.org/index.php?module=bookreviews&func=search&rid=1291 ) which was published in "CVu", Volume 16, Number 2: "[. . .] I learnt from the low-power synthesis chapter that two's complement is believed to consume more power than sign-magnitude due to the high level of switching needed if a variable/signal toggles between positive and negative often. [. . .]" With kind regards, Nicholas Collin Paul de Gloucester