commit | b85147cd70b2e4d3efe33c2cb9ea65bed1af99e8 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Tue Jul 28 17:20:19 2009 -0700 |
committer | Rob Pike <r@golang.org> | Tue Jul 28 17:20:19 2009 -0700 |
tree | e28e2153d863e5f8d66e6f67ff3d6ea183686f79 | |
parent | 189153ed131e4fa106ff945754509a043f8fcb93 [diff] |
change the encoding of uints to simplify overflow checking and to make them easier and faster to read. they are now either a one-byte value or a n-byte value preceded by a byte holding -n. R=rsc DELTA=150 (45 added, 7 deleted, 98 changed) OCL=32381 CL=32387