ghc-9.15: The GHC API
Safe HaskellNone
LanguageGHC2021

GHC.ByteCode.Serialize

Description

This module implements the serialization of bytecode objects to and from disk.

Synopsis

Documentation

data ModuleByteCode Source #

The in-memory representation of a bytecode object These are stored on-disk as .gbc files.

Instances

Instances details
Outputable ModuleByteCode Source # 
Instance details

Defined in GHC.Linker.Types

Orphan instances