File psl-1983/lap/global-data.red artifact 0a173e0d61 part of check-in d9e362f11e


%
% GLOBAL-DATA.RED - Data used by everyone
% 
% Author:      Eric Benson
%	       Symbolic Computation Group
%              Computer Science Dept.
%              University of Utah
% Date:        1 September 1981
% Revised:     31 January 1983
% Copyright (c) 1981 University of Utah
%
%  31-Jan-83 Nancy Kendzierski
%    Increased BPSSize to 100000 from 90000; decreased HeapSize to 90000
%    from 100000.

on SysLisp;

exported WConst MaxSymbols = 8000,
		HeapSize = 90000,
		MaxObArray = 8209,      % first prime above 8192
		StackSize = 10000,
		BPSSize = 100000;

exported WConst CompressedBinaryRadix = 8;

external WArray SymNam, SymVal, SymFnc, SymPrp;

external WVar NextSymbol;

exported WConst MaxRealRegs = 5,
		MaxArgs = 15;

external WArray ArgumentBlock;

external WArray HashTable;

off SysLisp;

END;


REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]