Skip to content

Commit

Permalink
add mmap consideration to binary m0 format
Browse files Browse the repository at this point in the history
  • Loading branch information
cotto committed Feb 17, 2011
1 parent 89c5d56 commit 62d864a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/pdds/draft/pdd32_m0.pod
Expand Up @@ -145,7 +145,8 @@ single directory segment and a bunch of sets of 3 segments describing a chunk
of bytecode: a bytecode segment containing the ops, a variables table segment
containing the objects that the segment needs, and a metadata segment that
carries any extra data like HLL line numbers, function names, annotations,
custom data).
custom data). We should design the binary format of M0 in a way that allows
it to be mmapped by an interpreter.

The header will look like:

Expand Down

0 comments on commit 62d864a

Please sign in to comment.