]> Cypherpunks repositories - gostls13.git/commit
runtime: move a few atomic fields up
authorRuss Cox <rsc@golang.org>
Mon, 11 May 2015 16:03:30 +0000 (12:03 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 11 May 2015 16:08:57 +0000 (16:08 +0000)
commit363fd1dd1b810dd099f6aec1f110141fd8efb301
treee965b0055abed714ebdb6d3e471b4e764d13c5ae
parentfc595b78d216e9470afce5d99c002b4bf5760c2c
runtime: move a few atomic fields up

Moving them up makes them properly aligned on 32-bit systems.
There are some odd fields above them right now
(like fixalloc and mutex maybe).

Change-Id: I57851a5bbb2e7cc339712f004f99bb6c0cce0ca5
Reviewed-on: https://go-review.googlesource.com/9889
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/mheap.go