Commits

Mark Lacey committed 309f9630a60
Add support for deinits in the call graph. We'll now include edges for instructions that can potentially result in a release (and thus call to a deinit). Unhandled are release_value and anything involving archetypes, which will involve more work.