Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!usc!samsung!uunet!munnari.oz.au!comp.vuw.ac.nz!actrix!Bruce.Hoult From: Bruce.Hoult@actrix.co.nz (Bruce Hoult) Newsgroups: comp.arch Subject: Re: Optimal Computer Architectures Message-ID: <1990Nov12.054723.18015@actrix.co.nz> Date: 12 Nov 90 05:47:23 GMT References: <1990Nov8> <3300209@m.cs.uiuc.edu> <8662@scolex.sco.COM> Organization: Actrix Public Access UNIX, Wellington, New Zealand Lines: 9 Comment-To: seanf@sco.COM >More to the point, *any* processor with register windows is not going >to do too well on deeply recursive code. I don't know much about this, but it seems to me that a machine without register windows is oiggoing to have to put those values on the stack in any case. A machine with lots of registers that have to be stored and loaded in deep recursion should at least be able to take advantage of any burst mode that the memory subsystem supports, thus giving an advantage over normal architectures.