Re: Number of uses per value ?

"Derek M. Jones" <derek@_NOSPAM_knosof.co.uk>
Thu, 25 Oct 2007 23:53:14 GMT

          From comp.compilers

Related articles
Number of uses per value ? pertti.kellomaki@tut.fi (=?ISO-8859-1?Q?Pertti_Kellom=E4ki?=) (2007-10-24)
Re: Number of uses per value ? derek@_NOSPAM_knosof.co.uk (Derek M. Jones) (2007-10-25)
Re: Number of uses per value ? pertti.kellomaki@tut.fi (=?ISO-8859-1?Q?Pertti_Kellom=E4ki?=) (2007-10-30)
Re: Number of uses per value ? derek@_NOSPAM_knosof.co.uk (Derek M. Jones) (2007-10-31)
Re: Number of uses per value ? pertti.kellomaki@tut.fi (=?ISO-8859-1?Q?Pertti_Kellom=E4ki?=) (2007-10-31)
| List of all articles for this month |

From: "Derek M. Jones" <derek@_NOSPAM_knosof.co.uk>
Newsgroups: comp.compilers
Date: Thu, 25 Oct 2007 23:53:14 GMT
Organization: ntl Cablemodem News Service
References: 07-10-077
Keywords: practice
Posted-Date: 26 Oct 2007 09:38:31 EDT

Pertti,


> Does anyone know of papers with statistics of how many times values
> are used in real programs? I know transient values (single use) have
> received plenty of attention, but I would be interested in more
> general results. -- Pertti


If you mean number of times values appear in source code, then see
Figure 331.1 for floating exponent values, Table 331.1 for dynamic
range of floating-point values, Figure 820.1 for integer constants,
Figure 878.1 for character constants, and many more statistics
besides in http://www.coding-guidelines.com/cbook/cbook1_0b.pdf


The books main web page is at: www.knosof.co.uk/cbook/cbook.html



Post a followup to this message

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