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

Non-determinism in Escape Analysis #62

Open amzn-jasonrk opened 3 months ago

amzn-jasonrk commented 3 months ago

Certain programs may exhibit non-determinism in the results of the escape analysis. This has been reported off the main branch, but may affect the main branch code. We should (1) determine if these results apply to the main branch and (2) fix any applicable bugs, if so.

github-actions[bot] commented 2 weeks ago

Stale issue message

victornicolet commented 2 weeks ago

Has this been fixed?