From: Toby Thain: Thursday, January 05, 2012 8:14 PM
On 05/01/12 1:52 PM, Dave McGuire wrote:
> On 01/05/2012 12:19 AM, Vincent Slyngstad wrote:
>>> So, who's gotten Scheme to run on a 4K PDP-8 with only an ASR-33 for
>>> I/O?
...
I was trying to get a feel for what the capabilities of the result might
be.
With 32Kw of memory, if you could get, say, 10K cons cells + atoms,
would that be an interesting system? Or would it be too tiny to be useful?
Also, how would the code density of the compiled Scheme compare to
native machine code?
Imho PDP-8 is a difficult target for a HLL compiler; they like more
registers. It's very cramped.
--T
That global optimizer is quite something. I want one of those!
Vince