Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    63ddf98f
    compiler/locall.lisp · 63ddf98f
    rtoy authored
    o In MAYBE-CONVERT-TAIL-LOCAL-CALL, honor the notinline declaration
      when deciding if we can let convert a tail call.  This is useful for
      tracing of local functions.
    
    code/debug-int.lisp:
    o If we can't find a debug function, print a note that the (local)
      function might have been inlined.
    63ddf98f
    History
    compiler/locall.lisp
    rtoy authored
    o In MAYBE-CONVERT-TAIL-LOCAL-CALL, honor the notinline declaration
      when deciding if we can let convert a tail call.  This is useful for
      tracing of local functions.
    
    code/debug-int.lisp:
    o If we can't find a debug function, print a note that the (local)
      function might have been inlined.