Fix use-after-free with delayed interned memoized const operand We should addref CONST operands during memoization, as they might be destroyed by later compilation, e.g. through internin
Fix use-after-free with delayed interned memoized const operand We should addref CONST operands during memoization, as they might be destroyed by later compilation, e.g. through interning.
show more ...
|