]> Cypherpunks repositories - gostls13.git/commit
runtime: move panic/defer/recover-related stuff to a separate file
authorDmitriy Vyukov <dvyukov@google.com>
Wed, 4 Jul 2012 10:52:51 +0000 (14:52 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Wed, 4 Jul 2012 10:52:51 +0000 (14:52 +0400)
commita54f920bfe473721ef98d94feb88f395cb642cd4
tree95935080b2399bec29e615c7db0411dad7463b2e
parent6044dbdf1b627fc1f30422add87216137b709bae
runtime: move panic/defer/recover-related stuff to a separate file
Move panic/defer/recover-related stuff from proc.c/runtime.c to a new file panic.c.
No semantic changes.
proc.c is 1800+ LOC and is a bit difficult to work with.

R=golang-dev, dave, r
CC=golang-dev
https://golang.org/cl/6343071
src/pkg/runtime/panic.c [new file with mode: 0644]
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.c
src/pkg/runtime/runtime.h