[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Timing worries.
- To: JONL at MIT-MC
- Subject: Timing worries.
- From: George J. Carrette <GJC at MIT-MC>
- Date: Mon, 26 Oct 81 23:12:00 GMT
- Cc: BUG-LISP at MIT-MC
- Original-date: 26 October 1981 18:12-EST
Yeah, INTERN is a lot faster on the VAX too,
and yes, I use FUNCALL a lot too, so I should be using SUBRCALL
in Maclisp. Also, the I/O is a lot more efficient on the VAX.
It all adds up.
However, you are not one to talk about what most of the nil system
code needs, since you haven't written any of it. In particular the
assembler handles BITS in its own way.
Of reasonable importance is how often such programs will be run
on the PDP10 -- if it's a small number of times (as you suggest)
then virtually all your time spent developing alternative, less general
systems will be wasted.
The programs will run just once, to bring up NIL. However, that
is worth everything. It doesn't matter if it is useless for
some hypothetical maclisp user. What good is this "generality"
you have spent so much of you time on?
-gjc