Holiday is over, now I have fun again. No code changes. (0.38.11)
This commit is contained in:
parent
f896e1d3bf
commit
15082bdc3e
9 changed files with 78 additions and 78 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Bytecode Format (Overview)
|
||||
|
||||
This document summarizes the Fun bytecode format. For deep VM details, see `docs/internals.md`.
|
||||
This document summarizes the Fun bytecode format. For deep VM details, see [internals.md](./internals.md).
|
||||
|
||||
## Goals
|
||||
- Compact representation for fast loading and dispatch
|
||||
|
|
@ -25,5 +25,5 @@ This document summarizes the Fun bytecode format. For deep VM details, see `docs
|
|||
- Operands encoded inline following the opcode (width varies by instruction).
|
||||
|
||||
## Versioning and compatibility
|
||||
- The header’s version field allows the VM to refuse or translate older/newer formats.
|
||||
- The header's version field allows the VM to refuse or translate older/newer formats.
|
||||
- Keep additions backward-compatible when possible by appending sections or flags.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue