Commit 6daf50e
committed
docs: describe the pipeline as ahead-of-time compilation
Name the paradigm explicitly - the Lua is AOT-compiled to C then to a native
ROM; there is no interpreter or VM on the console. Preempts the common
assumption that 'Lua' means an interpreter runs on the hardware, and explains
why the dialect is a static subset.1 parent 07c9d71 commit 6daf50e
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments