commit b73b43ea3165a52bb9c3d4263954800f4055f426 [browse]
Author: Russ Cox
Date: 2009-12-07 22:01:59 -08:00

6l, 8l: make string buffer big enough for 8 chars (and then some)

Fixes #221.

R=ken2
https://golang.org/cl/165086

commit 86c0c54d27eecb32d4904b57122d5543ce3f4a00 [browse]
Author: Russ Cox
Date: 2009-12-07 19:39:09 -08:00

test/bench: faster fasta (mostly due to bufio fix)

R=r
https://golang.org/cl/165083

commit 0d3301a557c1c8da66e5181bb93ceefc3dd3369d [browse]
Author: Russ Cox
Date: 2009-12-07 15:52:14 -08:00

runtime: don't touch pages of memory unnecessarily.
cuts working size for hello world from 6 MB to 1.2 MB.
still some work to be done, but diminishing returns.

R=r
https://golang.org/cl/165080

commit 33649bd2780ec6fd28d6812769f9a1ad5ff3118b [browse]
Author: Russ Cox
Date: 2009-12-07 15:51:58 -08:00

runtime: introduce unsafe.New and unsafe.NewArray
    to provide functionality previously hacked in to
    reflect and gob.

R=r
https://golang.org/cl/165076

commit a4a82241529ece5d5c7580b7b2df1b616c51b832 [browse]
Author: Robert Griesemer
Date: 2009-12-07 12:46:20 -08:00

use a bootstrap array to avoid allocation for short vectors

R=r
https://golang.org/cl/165078

clone the repository to get more history