...

Package p

import "cmd/compile/internal/test/testdata/mergelocals"
Overview
Index

Overview ▾

Variables

var G int

func ABC

func ABC(i, j int) int

type Pointery

This type and the following one will share the same GC shape and size.

type Pointery struct {
    // contains filtered or unexported fields
}

type Pointery2

type Pointery2 struct {
    // contains filtered or unexported fields
}

type Single

type Single struct {
    // contains filtered or unexported fields
}

type Vanilla

This type and the following one will have the same size.

type Vanilla struct {
    // contains filtered or unexported fields
}

type Vanilla2

type Vanilla2 struct {
    // contains filtered or unexported fields
}