go goarch_amd64 源码

  • 2022-07-15
  • 浏览 (877)

golang goarch_amd64 代码

文件路径:/src/internal/goarch/goarch_amd64.go

// Copyright 2014 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.

package goarch

const (
	_ArchFamily          = AMD64
	_DefaultPhysPageSize = 4096
	_PCQuantum           = 1
	_MinFrameSize        = 0
	_StackAlign          = PtrSize
)

相关信息

go 源码目录

相关文章

go gengoarch 源码

go goarch 源码

go goarch_386 源码

go goarch_arm 源码

go goarch_arm64 源码

go goarch_loong64 源码

go goarch_mips 源码

go goarch_mips64 源码

go goarch_mips64le 源码

go goarch_mipsle 源码

0  赞