File: README.md

package info (click to toggle)
moarvm 2020.12%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 18,652 kB
  • sloc: ansic: 268,178; perl: 8,186; python: 1,316; makefile: 768; sh: 287
file content (32 lines) | stat: -rw-r--r-- 642 bytes parent folder | download | duplicates (2)
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.