]> Cypherpunks repositories - gostls13.git/commit
runtime: prefer fixed stack allocator over general memory allocator
authorRuss Cox <rsc@golang.org>
Tue, 25 Jan 2011 21:35:36 +0000 (16:35 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 25 Jan 2011 21:35:36 +0000 (16:35 -0500)
commitafc6928ad9f7ac251ef42998ff51ae94b97924a2
treee2a0ba7a0688f99d4f52b5bed79fe0d832fd52e7
parenteaae95fa3d9f54665ef954df26c2fd54a32460c3
runtime: prefer fixed stack allocator over general memory allocator
  * move stack constants from proc.c to runtime.h
  * make memclr take uintptr length

R=r
CC=golang-dev
https://golang.org/cl/3985046
src/pkg/runtime/amd64/asm.s
src/pkg/runtime/malloc.goc
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.c
src/pkg/runtime/runtime.h