| Submitter | Ian Taylor |
|---|---|
| Date | Feb. 5, 2013, 11:59 p.m. |
| Message ID | <mcrip668g8q.fsf@google.com> |
| Download | mbox | patch |
| Permalink | /patch/218464/ |
| State | New |
| Headers | show |
Comments
Patch
diff -r 192e2bd0c012 libgo/runtime/mheap.c --- a/libgo/runtime/mheap.c Tue Feb 05 14:21:50 2013 -0800 +++ b/libgo/runtime/mheap.c Tue Feb 05 15:56:49 2013 -0800 @@ -405,7 +405,7 @@ // GC blocks other goroutines via the runtime_worldsema. runtime_noteclear(¬e); notep = ¬e; - __go_go(forcegchelper, (void*)¬ep); + __go_go(forcegchelper, (void*)notep); runtime_entersyscall(); runtime_notesleep(¬e); runtime_exitsyscall();