You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-dev
When profiling a go program, I find there are many lock contentions related to futex. After checking the code of go, I notice that go doesn't utilize FUTEX_WAIT_PRIVATE to avoid to lock mmap_sem. How about setting this flag?