mirror of
https://github.com/pound-emu/ballistic.git
synced 2026-01-31 01:15:21 +01:00
docs: Add required optimizations
Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
@@ -324,3 +324,10 @@ OPCODE_PRINT v101
|
||||
| 103 | OPCODE_MOVZ (x = 10) | src1: v100, src2: 10 | v103 |
|
||||
| 104 | OPCODE_MOVZ (y = 20) | src1: v101, src2: 20 | v104 |
|
||||
```
|
||||
|
||||
## Required Optimization Passes
|
||||
|
||||
1. Register Allocation
|
||||
2. Constant Folding & Propagation
|
||||
3. Dead Code Elimination
|
||||
4. Peepholes
|
||||
|
||||
Reference in New Issue
Block a user