mirror of
https://github.com/golang/go
synced 2024-11-19 17:44:43 -07:00
a83748596c
With this CL, I believe the runtime always knows the frame size during the gc walk. There is no fallback to "assume entire stack frame of caller" anymore. R=golang-dev, khr, cshapiro, dvyukov CC=golang-dev https://golang.org/cl/11374044
12 lines
261 B
C
12 lines
261 B
C
// Copyright 2011 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
enum {
|
|
thechar = '6',
|
|
BigEndian = 0,
|
|
CacheLineSize = 64,
|
|
appendCrossover = 16,
|
|
PCQuantum = 1
|
|
};
|