Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: During starlark execution, strings can be created and destroyed, and the normal `Heap` should not be interning strings if it can help it. When we freeze heaps, though, strings no longer change. If we intern them (into their respective frozen heaps), we can gain some retained memory back. Reviewed By: stepancheg Differential Revision: D66388344 fbshipit-source-id: e2f5bcc4a6669649e99cbc9099e8f6a8925988dc
- Loading branch information