Closure and ccall lowering causes unneeded boxing #21906
Labels
compiler:lowering
Syntax lowering (compiler front end, 2nd stage)
regression
Regression in behavior compared to a previous version
Another special case of #15276 though also related to ccall lowering.
The ccall and the normal function call should have the same effect on closure lowering but apparently not. The ccall causes the second range to be boxed but not when it's a normal function call.
This is a regression compare to 0.5.
The text was updated successfully, but these errors were encountered: