awslabs / ar-go-tools

ar-go-tools (Argot) is a collection of analysis tools for Go
Apache License 2.0
5 stars 1 forks source link

Precision in escape analysis closures #64

Open amzn-jasonrk opened 3 months ago

amzn-jasonrk commented 3 months ago

In certain cases, the escape analysis is not as precise when handling bound variables in closures as it could be given the current design. The interaction between closures and implementation type handling needs to be made more precise.

github-actions[bot] commented 2 weeks ago

Stale issue message

victornicolet commented 2 weeks ago

@amzn-jasonrk is it something that was fixed in Diodon?