VariantKey

@Serializable
data class VariantKey(val sourceHash: BobbinHash, val target: Target, val optLevel: OptLevel)

The address of a compiled bobbin variant: which source kernel it was built from, for which Target, at which OptLevel. Recorded as the variantOf provenance on a BobbinMeta so a peer can discover "the compiled-for-my-target version of source S".

Constructors

Link copied to clipboard
constructor(sourceHash: BobbinHash, target: Target, optLevel: OptLevel)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard