Kamil Śliwak
Kamil Śliwak
After discussing it in the team it turns out that it was at least partially intentional. You can suppress a warning about an unused return variable by assigning it to...
I investigated this today and... it's complicated. The short of it is that we do have a bug here, even more than one, but it's not what it may seem....
The situation is complicated because there are multiple interdependent bugs here and in the meantime we had a PR that turned buggy behavior into the expected behavior. I think it...
@r0qs Pointed out that `optimizer.details.yulDetails.stackAllocation: true` is only allowed with `yul: true`. > i.e. This is a invalid configuration: > ```json > "optimizer": { > "details": { > "yul": false,...
After reviewing @r0qs' fix (#15655) I realized that there are more problems here. There actually is one case where the produced metadata is wrong. See parts marked as "EDIT2" in...
On today's call we talked about what the proper defaults for `optimizeStackAllocation` should be and @ekpyron's opinion is that the flag itself is actually rather useless and should be deprecated....