Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!sco!seanf From: seanf@sco.COM (Sean Fagan) Newsgroups: comp.arch Subject: Re: Optimal Computer Architectures Message-ID: <8662@scolex.sco.COM> Date: 10 Nov 90 23:47:12 GMT References: <212412@<1990Nov8> <3300209@m.cs.uiuc.edu> Sender: news@sco.COM Organization: The Santa Cruz Operation, Inc. Lines: 22 In article <3300209@m.cs.uiuc.edu> gillies@m.cs.uiuc.edu writes: >SPARC seems to suck the big wazoo >on deep recursion, presumably because of its register-windowing >design. More to the point, *any* processor with register windows is not going to do too well on deeply recursive code. There are tricks a programmer can do to get rid of some recursion, and some that the compiler can do, of course. Some people at Berkeley did some studies with their RISC chip and LISP; since LISP is generally very recursive, and the Berkeley people seem to like register windows, those are probably worth reading. -- -----------------+ Sean Eric Fagan | "*Never* knock on Death's door: ring the bell and seanf@sco.COM | run away! Death hates that!" uunet!sco!seanf | -- Dr. Mike Stratford (Matt Frewer, "Doctor, Doctor") (408) 458-1422 | Any opinions expressed are my own, not my employers'.