> If it's only a factor two, that is how much computers increase in speed in
> about a year or so. So it may take longer for you to implement the munging
> feature than simply waiting out the next computer model. :-)

Yes, but in a year or so everything else will run a factor of two 
faster too - you don't want GHC to run half the speed of everything 
else.

> Similarly, code size use to not be a problem with computers anymore, PC and
> up, in general application: My sister just bought a typical home computer,
> and it has 128 MB RAM and a 20 GB hard disk. Wouldn't that be enough for
> both GHC and the code it produces? And then knock onto a factor two on this
> for every year it takes for you to develop GHI. By time the project is
> finished, there wouldn't be a problem, one would think.

Yes, but code size affects cache performance and hence speed - quite
significantly, since the difference in speed between cache and main
memory is so enormous these days.

--KW 8-)


Reply via email to