]> Cypherpunks repositories - gostls13.git/commit
runtime: make panic possible before malloc is ready
authorRuss Cox <rsc@golang.org>
Thu, 14 Mar 2013 14:10:12 +0000 (10:10 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 14 Mar 2013 14:10:12 +0000 (10:10 -0400)
commitf84d5dd4753890f32947e67c8a16d8ca22086551
treee987436cbf0a22f9b9b130e8d3db5d6b73f56e7d
parent5b79aa82ff136e789287cea43e3e49542a9be215
runtime: make panic possible before malloc is ready

Otherwise startup problems can be difficult to debug.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/7522046
src/pkg/runtime/mfixalloc.c
src/pkg/runtime/panic.c