----- Original Message -----From:"Doug McIlroy" <doug@cs.dartmouth.edu>To:<tuhs@minnie.tuhs.org>Cc:Sent:Sun, 21 Jan 2018 11:51:29 -0500Subject:[TUHS] Subject: Re: KernelSizesA self-imposed limit of 16K held in v1, and was quite fullyutilized.Subject:Re: Kernel Sizes
A self-imposed limit of 16K held in v1, and was quite fully utilized.
When the iernel was rewritten in C, the limit (perhaps larger by then)
influenced the C compiler. More than one optimization was stimulated
by the need to keep the kernel in bounds.
Doug