]> Cypherpunks repositories - gostls13.git/commit
Make the runtime correctly decode the symbol table history
authorAustin Clements <aclements@csail.mit.edu>
Fri, 14 Aug 2009 21:36:49 +0000 (14:36 -0700)
committerAustin Clements <aclements@csail.mit.edu>
Fri, 14 Aug 2009 21:36:49 +0000 (14:36 -0700)
commit84852fe220ba0980bd46f5828f50761e5f86c9d0
tree49cb2f0cf83ba3f5ce6feec01b5abbb522da3b63
parentce9b379c9069f4eec7986b5f9fd1da014bca9cd1
Make the runtime correctly decode the symbol table history
stacks produced by whole-package compilation.

Fix some off-by-ones in PC/line table parsing.  Hopefully.

R=rsc
APPROVED=rsc
DELTA=42  (24 added, 6 deleted, 12 changed)
OCL=33250
CL=33293
src/libmach/sym.c
src/pkg/runtime/symtab.c