]> Cypherpunks repositories - gostls13.git/commit
runtime: add Go symtab implementation
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 22 Aug 2014 15:41:32 +0000 (08:41 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 22 Aug 2014 15:41:32 +0000 (08:41 -0700)
commit0be59730fd9339f9c79601ce19a5323828e634c3
tree0b1c8254ea030d1908e40f4c09af9fc3aa0a1366
parent3d3d5390834629a73b745900eb1a0aeda94d927d
runtime: add Go symtab implementation

LGTM=khr
R=khr, dvyukov, dave
CC=golang-codereviews, rsc
https://golang.org/cl/124300044
src/pkg/runtime/extern.go
src/pkg/runtime/runtime.h
src/pkg/runtime/symtab.c [moved from src/pkg/runtime/symtab.goc with 87% similarity]
src/pkg/runtime/symtab.go [new file with mode: 0644]