Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!mit-eddie!genrad!decvax!ima!esegue!compilers-sender From: johnson@cs.uiuc.edu (Ralph Johnson) Newsgroups: comp.compilers Subject: Re: use-def chains Message-ID: <1989Sep20.193824.999@esegue.segue.boston.ma.us> Date: 20 Sep 89 19:38:24 GMT Sender: compilers-sender@esegue.segue.boston.ma.us Reply-To: Ralph Johnson Organization: Compilers Central Lines: 13 Approved: compilers@esegue.segue.boston.ma.us Static single assignment is very nice. We have been using it in our Smalltalk compiler and it has worked out well. It might store the same information as use-def chains, but it stores it in a form that is much easier to access and maintain. I don't worry about space, because our routines are small, so I can't comment on that, but the speed claims seem to be accurate. Ralph Johnson [From Ralph Johnson ] -- Send compilers articles to compilers@esegue.segue.boston.ma.us {spdcc | ima | lotus}!esegue. Meta-mail to compilers-request@esegue. Please send responses to the author of the message, not the poster.