From: Ken A. <kan...@bb...> - 2003-12-16 20:05:20
|
I've just added a whocalls capability to help me refactor some code. Here's how to use it: > (load "elf/basic.scm") #t > (buildWhoCallsTable) ;; Build the whocalls database #f > (whoCalls '+) (entropy array run-tests count class-name-name dotimes generic-write quasiquote needs-quoting? inspect-array-data) > (whoCalls 'needs-quoting?) (maybe-quote-value needs-quoting?) > (length (whoCalls 'car)) 26 |