PreviousUpNext

13.5.35  pickle_junk

The compiler pickler_junk package implements functionality for “pickling” compiled files. By “pickling” we mean serializing the in-memory datastructure as a bytestream and then writing it into a .compiled diskfile. These diskfiles serve the same logical function as traditional unix .o object-code files, although they use an unrelated file format, one more suited to the needs of the Mythryl platform.

The pickler_junk package implements the Pickler_Junk api.

The pickler_junk package source code is in src/lib/compiler/front/semantic/pickle/pickler-junk.pkg.

See also: unpickler_junk.

The above information is manually maintained and may contain errors.

Pickler_Junk

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext