Initial import.
[turbovm.git] / TODO
blob18a34e0dab022a407a6629ffefc8a077bec82597
1 Before release:
3  - Update README.
4  - Perhaps some more documentation.
6  - Add syscall (imm) instruction.
7  - Remove halt instruction.
8  - Define system calls.
9  - Generally rework instruction set.
10         * More efficient alternatives for ifeq and friends?
11         * Provide a way to deal with integer overflow.
12         * Special purpose register for program counter?
13  - Think about 64-bit issues.