[TUHS] On the uniqueness of DMR's C compiler

Ralph Corderoy ralph at inputplus.co.uk
Sat May 11 19:16:13 AEST 2024


Hi,

Paul W. wrote:
> The compilers were table-driven as much as possible, heavily overlaid,
> and used three scratch files on disk (split-cylinder allocated to
> minimize seek time).

I didn't know the term ‘split cylinder’.  A cylinder has multiple
tracks, each with its own read/write head.  Allocate different tracks to
different files and switching files needs no physical movement or
settling time; just electronically switch R/W head.

-- 
Cheers, Ralph.


More information about the TUHS mailing list