Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
*** Submitted as http://code.google.com/p/go/source/detail?r=8c52477401ad *** bug in stack size in arm. stack is off by one if calling through reflect.Call R=rsc CC=golang-dev http://codereview.appspot.com/2400041
LGTM > +void gogocall(Gobuf*, void(*)(void), int64); should probably be int32. the arm code at least only looks at the bottom 32 bits