Files
hakorune/docs/papers/active/paper-a-mir13-ir-design/main-paper.md
Moe Charm e2e25f6615 論文フォルダ整理: ChatGPT5提案による2本立て構造に再編成
- 論文A: MIR13命令とIR設計 (コンパイラ・PL実装者向け)
  - ArrayGet/Set → BoxCall統合による50%削減
  - IC/AOT/TypedArray最適化
  - Everything is Box哲学のMIR実装

- 論文B: Nyash言語と実行モデル (言語理論・分散システム向け)
  - init/fini対称性メモリ管理
  - P2P Intentモデル
  - 多層実行アーキテクチャ(Interpreter→VM→JIT→AOT→WASM)

既存のmir15-fullstack/unified-lifecycleはarchiveに移動
2025-09-03 03:06:24 +09:00

38 lines
844 B
Markdown

# Minimal Yet Universal: The MIR-13 Instruction Set and Everything-is-Box Philosophy
## Authors
TBD
## Abstract
[See abstract.md]
## 1. Introduction
[See chapters/01-introduction.md]
## 2. The Evolution of MIR: From 26 to 13
[TODO: Detail the systematic reduction process]
## 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.*