Hi, Brian Candler schrieb am Mittwoch, 19. Juni 2024 um 19:17:48 UTC+2:
There was a similar discussion here: https://groups.google.com/g/golang-nuts/c/JBVqWYFdtC4/m/VJC2OLJcAQAJ Thanks for the link, very insightful. I learned: 1. This gets reported about once a year <https://github.com/golang/go/issues/65878#issuecomment-1970006910> 2. Pointers do not need to have constant values, i.e. due to a moving GC <https://groups.google.com/g/golang-nuts/c/JBVqWYFdtC4/m/A_fVp6LQAAAJ> 3. "Pointers to distinct zero-size variables may or may not be equal and the results may or may not be repeatable in any context <https://groups.google.com/g/golang-nuts/c/JBVqWYFdtC4/m/WMh5h53nAAAJ>." I would considers this as at least worth a FAQ entry. Thanks for the help. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/8041c136-a774-4465-a4d4-0be0c025af06n%40googlegroups.com.