]> Cypherpunks repositories - gostls13.git/commit
runtime: record full frame size for arm _sfloat2
authorRuss Cox <rsc@golang.org>
Thu, 18 Jul 2013 16:23:38 +0000 (12:23 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 18 Jul 2013 16:23:38 +0000 (12:23 -0400)
commit8166b2da192919679cd4583c4edb34becbe36e8c
treea660fef940ee48152b7bc36eea8b1618a6460dbc
parent249f807c39e96a30707f5005881b6c1b8e08077e
runtime: record full frame size for arm _sfloat2

With preemption, _sfloat2 can show up in stack traces.
Write the function prototype in a way that accurately
shows the frame size and the fact that it might contain
pointers.

R=golang-dev, dvyukov
CC=golang-dev
https://golang.org/cl/11523043
src/pkg/runtime/softfloat_arm.c