Skip to content
Snippets Groups Projects
Commit 55e67810 authored by ram's avatar ram
Browse files

Reduced INITIAL-WORD-TABLE-SIZE from 10 to 2. The average utilization of this

vector was quite low, and there are 1600 of them in the core.
parent fbf58640
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/table.lisp,v 1.1.1.2 1991/02/08 16:38:24 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/table.lisp,v 1.1.1.3 1991/04/23 11:53:53 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -65,7 +65,7 @@
(defparameter initial-string-table-size 20
"Initial size of string table array for value nodes.")
(defparameter initial-word-table-size 10
(defparameter initial-word-table-size 2
"Inital size of each word table array for each tree node.")
(defstruct (string-table
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment