Re: Strahler numbers

Tomasz Kowaltowski <tk@ic.unicamp.br>
Wed, 21 Jul 2010 08:37:15 -0300

          From comp.compilers

Related articles
Re: Strahler numbers tk@ic.unicamp.br (Tomasz Kowaltowski) (2010-07-15)
Re: Strahler numbers gneuner2@comcast.net (George Neuner) (2010-07-16)
Re: Strahler numbers tk@ic.unicamp.br (Tomasz Kowaltowski) (2010-07-21)
Re: Strahler numbers cr88192@hotmail.com (BGB / cr88192) (2010-07-21)
Re: Strahler numbers torbenm@diku.dk (2010-08-02)
| List of all articles for this month |

From: Tomasz Kowaltowski <tk@ic.unicamp.br>
Newsgroups: comp.compilers
Date: Wed, 21 Jul 2010 08:37:15 -0300
Organization: Compilers Central
References: 10-07-020
Keywords: registers, optimize, history
Posted-Date: 22 Jul 2010 13:34:30 EDT



>>> [How does it compare to Sethi-Ullman numbering? -John]
>>
>>Look at http://compilers.iecc.com/comparch/article/08-05-013 :-).
>>
>>-- Tomasz
>>[Oh, ah, er, right. -John]
>
> That post doesn't explain much. AFAIK, Ershov's (1958) work
> introduced Strahler's work (1952) into computing by applying it to the
> evaluation of expression trees. Ershov used it to identify what he
> called the "register function" of an expression.
>
> IMO, they ought really to be called Horton numbers because Robert
> Horton first introduced them as an analysis technique for stream
> mapping in a seminal paper in 1945. Horton died shortly afterward,
> and it was Strahler who went on to apply Horton's methodology and
> develop it into a general statistical model of streams.


You are right; as a matter of fact the Wikipedia article


        http://en.wikipedia.org/wiki/Strahler_number


cites both names: "Strahler number or Horton-Strahler number". On the
other hand, the numbering algorithm for expression trees is quite
obvious and was certainly rediscovered by many people who never heard
of the work of Strahler, Horton or Ershov.


-- Tomasz



Post a followup to this message

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