6 ms·
Beware the trade-offs of interning affecting GC behavior. Now you can’t have a stack-allocation optimization, for example.
by survivedurcode 2y ago
Beware the trade-offs of interning affecting GC behavior. Now you can’t have a stack-allocation optimization, for example.
- tapirl 2y agoThe interning feature should be only used for some rare cases, it is not intended to be used widely.