Skip to content
Snippets Groups Projects
Commit 8c5d1b61 authored by ram's avatar ram
Browse files

Updated source pointers for new tree organization.

parent d6775afa
No related branches found
No related tags found
No related merge requests found
...@@ -96,28 +96,28 @@ Also in /afs/cs/project/clisp/release: ...@@ -96,28 +96,28 @@ Also in /afs/cs/project/clisp/release:
distribution. distribution.
-rw-r--r-- 1 ram 7267593 Oct 16 16:42 10-16-91-cmucl-master.tar.Z -rw-r--r-- 1 ram 7267593 Oct 16 16:42 10-16-91-cmucl-master.tar.Z
The project/clisp/master subtree: the RCS source (,v) files for all of The project/clisp/rcs subtree: the RCS source (,v) files for all of
CMU CL. CMU CL.
Totally machine-independent compiler code: Totally machine-independent compiler code:
/afs/cs/project/clisp/pmax_mach/alpha/compiler/*.lisp /afs/cs/project/clisp/src/alpha/compiler/*.lisp
See especially node.lisp and ir1tran.lisp for the front end. vop.lisp, See especially node.lisp and ir1tran.lisp for the front end. vop.lisp,
vmdef.lisp and ir2tran.lisp for the back end. vmdef.lisp and ir2tran.lisp for the back end.
Stuff that is dependent on our choice of object format, but not Stuff that is dependent on our choice of object format, but not
particularly machine-dependent: particularly machine-dependent:
/afs/cs/project/clisp/pmax_mach/alpha/compiler/generic/*.lisp /afs/cs/project/clisp/src/alpha/compiler/generic/*.lisp
Compiler back-end for the PMAX and SPARC: Compiler back-end for the PMAX and SPARC:
/afs/cs/project/clisp/pmax_mach/alpha/compiler/mips/*.lisp /afs/cs/project/clisp/src/alpha/compiler/mips/*.lisp
/afs/cs/project/clisp/sun4_mach/alpha/compiler/sparc/*.lisp /afs/cs/project/clisp/src/alpha/compiler/sparc/*.lisp
Miscellaneous Lisp run-time code: Miscellaneous Lisp run-time code:
/afs/cs/project/clisp/pmax_mach/alpha/code/*.lisp /afs/cs/project/clisp/src/alpha/code/*.lisp
C run-time code: C run-time code:
/afs/cs/project/clisp/pmax_mach/alpha/ldb/* /afs/cs/project/clisp/src/alpha/ldb/*
A very drafty version of an internal design document: (160 pages) Some of A very drafty version of an internal design document: (160 pages) Some of
the "tex" files may be more humanly readable, since many formatting the "tex" files may be more humanly readable, since many formatting
......
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