Commits

Mark Lacey committed b82afc791c4
Do not attempt to maintain call graph in a few passes. The extra complexity doesn't make sense given that our call graph construction is very fast and we don't try to rebuild it very often after invalidating it. Once we can rebuild for individual functions it makes even less sense. This is part one of changes like this, for COW array opts, global property opts, and array bound checking opts.