File: README.md

package info (click to toggle)
moarvm 2024.09%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 43,548 kB
  • sloc: cpp: 378,682; ansic: 293,618; perl: 8,274; java: 2,682; python: 1,296; makefile: 816; sh: 292
file content (33 lines) | stat: -rw-r--r-- 698 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
33
# 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)

### [AArch64 Port Work Scope](jit/aarch64-jit-scope.md)

## 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.