sunterlib/s48/procedure-tables
Martin Gasbichler e6537c7ca6 Insert (install-lib-version (1 0)) 2004-03-27 06:59:16 +00:00
..
AUTHORS Changed to new package system. 2004-03-10 17:23:45 +00:00
BLURB Gah, _really_ a new PROCEDURE-TABLES library...I can't believe I forgot to 'cvs add' it before committing. 2003-10-09 18:50:19 +00:00
NEWS Changed to new package system. 2004-03-10 17:23:45 +00:00
README Gah, _really_ a new PROCEDURE-TABLES library...I can't believe I forgot to 'cvs add' it before committing. 2003-10-09 18:50:19 +00:00
packages.scm Moved package and interface definition to packages.scm. Generate load scripts. 2004-03-14 22:59:57 +00:00
pkg-def.scm Insert (install-lib-version (1 0)) 2004-03-27 06:59:16 +00:00
procedure-hash.scm Fixed a _MAJOR_ problem: PROCEDURE-HASH previously wouldn't work in stripped-scsh.image, because templates don't have debug data in them in that; however, they still have uids, so I used TEMPLATE-ID instead of stuff involving debug data. 2003-10-27 22:09:02 +00:00
procedure-tables.scm Gah, _really_ a new PROCEDURE-TABLES library...I can't believe I forgot to 'cvs add' it before committing. 2003-10-09 18:50:19 +00:00

README

PROCEDURE-HASH defines PROCEDURE-HASH, which takes a procedure and
returns its hash value.  PROCEDURE-TABLES defines MAKE-PROCEDURE-TABLE,
which returns a table whose keys are procedures.