2025-09-12 15:58:20 +09:00
|
|
|
# Minimal Yet Practical: The MIR-14 Instruction Set and Everything-is-Box Philosophy
|
2025-09-03 03:06:24 +09:00
|
|
|
|
|
|
|
|
## Authors
|
|
|
|
|
TBD
|
|
|
|
|
|
|
|
|
|
## Abstract
|
|
|
|
|
[See abstract.md]
|
|
|
|
|
|
|
|
|
|
## 1. Introduction
|
|
|
|
|
[See chapters/01-introduction.md]
|
|
|
|
|
|
2025-09-12 15:58:20 +09:00
|
|
|
## 2. The Evolution of MIR: From 27 to 14
|
|
|
|
|
[TODO: Detail the systematic reduction and practical restoration process]
|
2025-09-03 03:06:24 +09:00
|
|
|
|
|
|
|
|
## 3. BoxCall Unification Architecture
|
|
|
|
|
[TODO: Explain how BoxCall absorbs array/field operations]
|
|
|
|
|
|
|
|
|
|
## 4. Optimization Strategies
|
|
|
|
|
[TODO: IC, AOT, TypedArray optimizations]
|
|
|
|
|
|
|
|
|
|
## 5. Implementation
|
|
|
|
|
[TODO: Compiler architecture and implementation details]
|
|
|
|
|
|
|
|
|
|
## 6. Evaluation
|
|
|
|
|
[TODO: Performance benchmarks and analysis]
|
|
|
|
|
|
|
|
|
|
## 7. Related Work
|
|
|
|
|
[TODO: Comparison with other minimal IRs]
|
|
|
|
|
|
|
|
|
|
## 8. Conclusion
|
|
|
|
|
[TODO: Summary and future directions]
|
|
|
|
|
|
|
|
|
|
## References
|
|
|
|
|
[TODO: Add bibliography]
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
*Note: This is the main paper structure. Detailed content is in individual chapter files.*
|