Loading
Bug 1832937 - Always track nursery string allocations in compiled code r=jandem
When I consolidated the allocation counts I forgot that we always track nursery string allocations in optimised code as this feeds into the decision to disable nursery string allocation. This is important for benchmarks like splay which allocate a lot of long-lived strings. Differential Revision: https://phabricator.services.mozilla.com/D178456