Closed GoogleCodeExporter closed 9 years ago
The goal of the GLOBAL_MUTEX macro is to declare a global mutex that has the
correct memory image (typically all zeros) set during compilation and linking,
so that there is no run-time initialization. It appears that that is not true
for what we're using on Windows. The fix is to find a way to do that.
Maybe we have to do something like
http://stackoverflow.com/questions/3555859/is-it-possible-to-do-static-initializ
ation-of-mutexes-in-windows
on Windows.
Original comment by rsc@golang.org
on 10 Jan 2014 at 3:12
Original comment by rsc@golang.org
on 10 Jan 2014 at 3:12
RE2 has moved to GitHub. I have not moved the issues over. If this issue is
still important to you, please file a new one at
https://github.com/google/re2/issues. Thank you.
Original comment by rsc@golang.org
on 11 Dec 2014 at 4:45
Original issue reported on code.google.com by
DenisKra...@gmail.com
on 2 Jul 2013 at 2:15