Suggestion and script from Maciej Stachowiak:
authorJim Blandy <jimb@red-bean.com>
Tue, 30 Sep 1997 17:16:54 +0000 (17:16 +0000)
committerJim Blandy <jimb@red-bean.com>
Tue, 30 Sep 1997 17:16:54 +0000 (17:16 +0000)
commita6401ee0f2af61921d7dbcaa17a70d1aa27902c8
treeefa6dce4bc74b50d2cfc1669c5aceee882aed54c
parentcb0a5b3957ab438c2b59824e58b15cc7ac9d09f8
Suggestion and script from Maciej Stachowiak:
* boot-9.scm: Split off modules into separate, autoloadable files.
This reduces startup time from 10.5s to 5.5s (user cpu).
* calling.scm, common-list.scm, ls.scm, q.scm, runq.scm,
string-fun.scm: New files, containing stuff that used to be in
boot-9.scm.
* Makefile.am (ice9_sources): List new files here, for
distribution and installation.
* Makefile.in: Regenerated.
ice-9/Makefile.am
ice-9/Makefile.in
ice-9/boot-9.scm
ice-9/calling.scm [new file with mode: 0644]
ice-9/common-list.scm [new file with mode: 0644]
ice-9/ls.scm [new file with mode: 0644]
ice-9/q.scm [new file with mode: 0644]
ice-9/runq.scm [new file with mode: 0644]
ice-9/string-fun.scm [new file with mode: 0644]