Skip to content
  • Eric Timmons's avatar
    Improve time needed to grovel deps with complicated :defsystem-depends-on · 59359128
    Eric Timmons authored
    Prior to this change if a system being groveled had non trivial defsystem
    dependencies it would result in many more groveler processes being spawned than
    truly needed. This resulted in unacceptably long grovel times.
    
    This change tries to make sure that child search nodes inherit the list of
    groveler loaded asds correctly.
    59359128