runtime: convert note to Go

Note is required for timers and heap scavenger.

LGTM=rsc
R=golang-codereviews, rsc
CC=golang-codereviews, khr, rlh
https://golang.org/cl/128620043
This commit is contained in:
Dmitriy Vyukov 2014-08-22 22:13:01 +04:00
parent f4485784f0
commit afb2260491
7 changed files with 108 additions and 2 deletions

View file

@ -19,7 +19,6 @@ var Fintto64 = fintto64
var F64toint = f64toint
func entersyscall()
func exitsyscall()
func golockedOSThread() bool
func stackguard() (sp, limit uintptr)