ghc-10.0.0.20260917: The GHC API
Safe HaskellNone
LanguageGHC2024

GHC.ByteCode.Binary

Synopsis

ByteCode objects on disk and intermediate representations

data OnDiskModuleByteCode Source #

The on-disk representation of a bytecode object for a specific module.

This is the representation which we serialise and write to disk. The difference from ModuleByteCode is that the contents of the object files contained by ModuleByteCode are stored in-memory rather than as file paths to temporary files.

data BytecodeLibX a Source #

A bytecode library is a collection of CompiledByteCode objects and a .so file containing the combination of foreign stubs

Binary Name serializers

Orphan instances