e85ac19134
Removing the `_assignments` and `users` collections from TypeInformation nodes causes interior nodes (e.g. Phi, Narrow) to become unreachable and available for GC. This seems to trim 1%-5% off the final heap of an SSA compile. R=sigmund@google.com Review URL: https://codereview.chromium.org/1776533002 .