package
0.0.0-20230226003218-1dd1f65bfa42
Repository: https://github.com/c4-project/c4t.git
Documentation: pkg.go.dev

# Functions

BiasOfString tries to get the bias corresponding to s.

# Constants

BiasDebug signifies that an optimisation level biases towards debuggability.
BiasSize signifies that an optimisation level biases towards size.
BiasSpeed signifies that an optimisation level biases towards speed.
BiasUnknown signifies that we don't know what the bias of this optimisation level is.
NumBias marks the number of bias members.

# Variables

ErrBadBias occurs when we try to marshal/unmarshal a bias that doesn't exist.

# Structs

Level holds information about an optimisation level.
Named wraps a Level with its command-line name.
Selection represents a piece of compiler configuration that specifies which optimisation levels to select.

# Type aliases

Bias is an enumeration of biases for optimisation levels.