Unnecessary GC root preceding arrayset #15719
Labels
compiler:codegen
Generation of LLVM IR and native code
regression
Regression in behavior compared to a previous version
This is the problem I mentioned in #15402 (comment) which I realized later is actually a different issue. On the commit right before #15717 (comment), the test case is,
With IR
Which roots the boxed integer before assigning it to the array.
setfield!
doesn't have this problem (on this commit).The text was updated successfully, but these errors were encountered: