From Pierre Mai:
o All the stuff from cmu-low.lisp has been merged into low.lisp. o Therefore cmu-low.lisp has been removed completely. o All the stuff in low.lisp which either wasn't used in current PCL or was unnecessary in CMU CL, or which was implemented as no-ops for CMU CL has been removed. o Calls in other files to functions which were dropped have been removed. o Source order reorganised a bit and added several comments and doc-strings. o Made `*optimize-speed*' consistent for small and non-small cores, and fixed ordering problem. o Added `*compile-lambda-silent-p*' which when true (the default) will cause compile-lambda to be silent when compiling PCL-generated code.
Showing
- pcl/boot.lisp 1 addition, 2 deletionspcl/boot.lisp
- pcl/cmu-low.lisp 0 additions, 232 deletionspcl/cmu-low.lisp
- pcl/defsys.lisp 1 addition, 3 deletionspcl/defsys.lisp
- pcl/dfun.lisp 4 additions, 9 deletionspcl/dfun.lisp
- pcl/low.lisp 237 additions, 260 deletionspcl/low.lisp
- pcl/std-class.lisp 2 additions, 3 deletionspcl/std-class.lisp
Loading
Please register or sign in to comment