Re: Green Compiler ?

"Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Sun, 30 Dec 2012 09:22:46 +0100

          From comp.compilers

Related articles
[10 earlier articles]
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)
Re: Green Compiler ? mailbox@dmitry-kazakov.de (Dmitry A. Kazakov) (2012-12-30)
Re: Green Compiler ? gneuner2@comcast.net (George Neuner) (2012-12-31)
Re: Green Compiler ? jthorn@astro.indiana.edu (Jonathan Thornburg) (2013-01-02)
Re: Green Compiler ? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2013-01-02)
Re: Green Compiler ? DrDiettrich1@aol.com (Hans-Peter Diettrich) (2013-01-02)
Re: Green Compiler ? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2013-01-02)
Re: Green Compiler ? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2013-01-02)
[1 later articles]
| List of all articles for this month |

From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Newsgroups: comp.compilers
Date: Sun, 30 Dec 2012 09:22:46 +0100
Organization: cbb software GmbH
References: 12-12-010 12-12-013 12-12-023 12-12-027 12-12-033
Keywords: code, performance
Posted-Date: 30 Dec 2012 16:39:23 EST

On Fri, 28 Dec 2012 12:57:52 -0500, George Neuner wrote:


> On Fri, 28 Dec 2012 09:11:23 +0100, "Nils M Holm" <nmh@t3x.org> wrote:
>
>>Why does a game *have to* use the maximum number of frames per
>>second? When a given number of frames per second is sufficient,
>>in the sense that additional frames will not make the video output
>>any smoother, why increase the frame rate further?
>
> Unfortunately, games are hardly the only offenders. When I worked in
> medical imaging (circa mid 90's), there was a requirement to render
> cineloops at 66fps regardless of image size, pixel depth or 2D vs 3D
> processing. There were no 3-D GPUs and SIMD CPUs of the day
> (UltraSparc, Pentium MMX, etc.) were not equal to many of the imaging
> tasks. We had to use custom FPGA based hardware to achieve the
> required frame rates at a (halfway) reasonable (to the user) cost.
>
> AFAIA, medical cineloops still are required to be rendered at 66fps.
> Doesn't matter that 40fps is faster than almost any human can see.


I thought it so, but it seems urban legend. In late 90's I worked in a
project that in particular rendered waveforms (electrocardiogram). It was a
huge problem then as it required to run on a conventional PC. There was no
specific fps specification, but requirement that curves scrolled smoothly
to human eye. Experiments shown that only at 10ms refresh rate you stop
noticing curve's jitter.


Maybe there is some relation to aliasing issues. Certainly the brain needs
much more time for 3D scenes than for simple geometric shapes. And it is
probably way different for LED displays now than for tubes then.


--
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de


Post a followup to this message

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