X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fcache.lisp;h=d40141fa3501c5909ced33863b78a7f94193dd03;hb=4aa82530da00c41e2751671ac75eda2d19a173a0;hp=4bc0854500c2431d5af13b74d6482aac33573ae6;hpb=2716573f357f204c5f546d1d34d285dd24ff43a1;p=sbcl.git diff --git a/src/pcl/cache.lisp b/src/pcl/cache.lisp index 4bc0854..d40141f 100644 --- a/src/pcl/cache.lisp +++ b/src/pcl/cache.lisp @@ -36,6 +36,13 @@ ;;; be resolved by renaming SB-INT:ITERATE to SB-INT:NAMED-LET, or ;;; with more gruntwork by punting the SB-ITERATE package and ;;; replacing calls to SB-ITERATE:ITERATE with calls to CL:LOOP. +;;; So perhaps: +;;; * Do some sort of automated check for overlap of symbols to make +;;; sure there wouldn't be any other clashes. +;;; * Rename SB-INT:ITERATE to SB-INT:NAMED-LET. +;;; * Make SB-PCL use SB-INT and SB-EXT. +;;; * Grep for SB-INT: and SB-EXT: prefixes in the pcl/ directory +;;; and delete them. ;;; The caching algorithm implemented: ;;;