PR 9300, realized the transitive closure operation is actually crazy expensive, interim commit so no one suffers thru that while I think about this

svn: r9345
This commit is contained in:
Robby Findler 2008-04-17 12:07:07 +00:00
parent 0fe065e1b7
commit cee0f72df5

View File

@ -2317,7 +2317,10 @@ If the namespace does not, they are colored the unbound color.
(hash-cons! tail-ht stx-from stx-to-to)))) (hash-cons! tail-ht stx-from stx-to-to))))
stx-to-tos))) stx-to-tos)))
stx-tos))) stx-tos)))
#;
(when found-one? (when found-one?
(printf "\n\n")
(loop))))) (loop)))))