1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
# Documentation
## Current Docs
The below linked documents are current.
## Strings
### [String Representation Overview](strings.asciidoc)
### [Collation](collation.asciidoc)
## JIT
### [JIT compiler overview](jit/overview.org)
### [Expression 'Tree' Intermediate Representation](jit/ir.md)
### [Runtime Configuration](jit/runtime.md)
### [JIT Todo](jit/todo.org)
## Other
### [MoarVM Release Guide](release_guide.md)
### [Changelog](ChangeLog)
## Historical Design Docs
The other documents are mostly of historical interest for the heavy design phases
of MoarVM, but may also be useful for understanding its current operation.
|