[movitz-ticket] Re: #5: some warnings stick around in movitz:dump-image
movitz
movitz-devel at common-lisp.net
Wed Apr 4 22:49:01 UTC 2007
#5: some warnings stick around in movitz:dump-image
-----------------------+----------------------------------------------------
Reporter: sabetts | Owner: ffjeld
Type: defect | Status: new
Priority: minor | Milestone:
Component: compiler | Version:
Resolution: | Keywords:
-----------------------+----------------------------------------------------
Changes (by ffjeld):
* priority: major => minor
Comment:
The problem is that it is not recorded which particular function(s) it is
that calls some other function. The only thing that gets recorded is "this
function has been called". That means it's impossible to undo this even
when the calling function is re-compiled, since there may be other
functions that have made the same call.
The solution is to record more information, namely, for each function
which other functions it calls.
Upon create-image, all such information is re-generated, and so also these
lingering warnings will go away.
--
Ticket URL: <http://trac.common-lisp.net/movitz/ticket/5>
movitz <http://common-lisp.net/project/movitz>
movitz
More information about the Movitz-ticket
mailing list