Artifact 0a173e0d6178f357a2cf7ddd9754971714c13c7275e01851333f51497a62c71b:
- File
psl-1983/20-kernel/global-data.red
— part of check-in
[eb17ceb7f6]
at
2020-04-21 19:40:01
on branch master
— Add Reduce 3.0 to the historical section of the archive, and some more
files relating to version sof PSL from the early 1980s. Thanks are due to
Paul McJones and Nelson Beebe for these, as well as to all the original
authors.git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/historical@5328 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 820) [annotate] [blame] [check-ins using] [more...]
- File
psl-1983/lap/global-data.red
— part of check-in
[eb17ceb7f6]
at
2020-04-21 19:40:01
on branch master
— Add Reduce 3.0 to the historical section of the archive, and some more
files relating to version sof PSL from the early 1980s. Thanks are due to
Paul McJones and Nelson Beebe for these, as well as to all the original
authors.git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/historical@5328 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 820) [annotate] [blame] [check-ins using]
% % 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;