| commit | c028717481488a00ed97ec4364c40df1b639dd4b | [log] [tgz] |
|---|---|---|
| author | David Symonds <dsymonds@golang.org> | Wed Aug 15 11:10:30 2012 +1000 |
| committer | David Symonds <dsymonds@golang.org> | Wed Aug 15 11:10:30 2012 +1000 |
| tree | fdf276c3a0963070058b772158925a0c58fb8fb1 | |
| parent | 11db598559c8ef141d32ae13d9746322ffbeadf4 [diff] |
goprotobuf: Several optimisations: - avoid allocation in dec_slice_struct. - store backpointer to StructProperties in Properties to avoid calls to GetProperties. - speed up XXX_unrecognized operations. R=adg CC=golang-dev http://codereview.appspot.com/6450135