commit 1c5438aae896edcd1e9f9618f4776517f08053b3 [browse]
Author: Andrew Gerrand
Date: 2013-05-06 17:33:44 -07:00
go1.1rc2
commit 9e93d5014e6a2e0ef9daf89489c7b12531fc95f3 [browse]
Author: Brad Fitzpatrick
Date: 2013-05-06 17:25:09 -07:00
api: add go1.1.txt; update cmd/api to use it
R=golang-dev, adg, r
CC=golang-dev
https://golang.org/cl/9250043
commit f322c786923ebef0c012ff65df8bab767f0d1ace [browse]
Author: Dmitriy Vyukov
Date: 2013-05-06 16:15:03 -07:00
runtime: fix crash in badsignal()
The linker can generate split stack prolog when a textflag 7 function
makes an indirect function call. If it happens, badsignal() crashes
trying to dereference g.
Fixes #5337.
R=bradfitz, dave, adg, iant, r, minux.ma
CC=adonovan, golang-dev
https://golang.org/cl/9226043
commit b3b1efd88291c63b9717db190ded45df2ef8c243 [browse]
Author: Shenghou Ma
Date: 2013-05-07 06:53:02 +08:00
runtime: reduce max arena size on windows/amd64 to 32 GiB
Update #5236
Update #5402
This CL reduces gofmt's committed memory from 545864 KiB to 139568 KiB.
Note: Go 1.0.3 uses about 70MiB.
R=golang-dev, r, iant, nightlyone
CC=golang-dev
https://golang.org/cl/9245043
commit e85016f81f91268e3155f9024702ae9205ad2dd1 [browse]
Author: Brad Fitzpatrick
Date: 2013-05-06 15:16:47 -07:00
database/sql: remove an unused field from Rows
Found while debugging memory usage. Nobody accesses this field
anymore.
R=golang-dev, i.caught.air, adg, r
CC=golang-dev
https://golang.org/cl/9108043
clone the repository to get more history