pub struct Bytecode {
pub objects: VMObjects,
pub consts: Vec<GosValue>,
pub ifaces: Vec<(Meta, Vec<Binding4Runtime>)>,
pub indices: Vec<Vec<OpIndex>>,
pub entry: FunctionKey,
pub main_pkg: PackageKey,
}
Fields§
§objects: VMObjects
§consts: Vec<GosValue>
§ifaces: Vec<(Meta, Vec<Binding4Runtime>)>
For calling method via interfaces
indices: Vec<Vec<OpIndex>>
For embedded fields of structs
entry: FunctionKey
§main_pkg: PackageKey