On Tue, Apr 23, 2013 at 6:23 PM, Chris Cleeland <[email protected]>wrote:
> For some reason that didn't apply cleanly using "patch", but I applied it > manually. > > It definitely sped things up, and the results are the same as those > returned by the long-running query. Went from 218 seconds to .2 seconds. > > The real test will be when I re-create this, because in my attempt to > improve things I also created several indices and ran "analyze" on the > database. All were to no avail with the previous queries, but they may > have had an effect on this query. > > I expect a similar change may need to be made for the called-by as well? > Yes, it looks like called-by needs the same change. I also uncovered a bug in callers: that prevented the indirect (virtual) calls from showing up. I submitted https://github.com/mozilla/dxr/pull/124 to address both of these things. -- James _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
