Files
hakorune/docs/private
Selfhosting Dev b120e4a26b refactor(llvm): Complete Call instruction modularization + Phase 21 organization
## LLVM Call Instruction Modularization
- Moved MirInstruction::Call lowering to separate instructions/call.rs
- Follows the principle of one MIR instruction per file
- Call implementation was already complete, just needed modularization

## Phase 21 Documentation
- Moved all Phase 21 content to private/papers/paper-f-self-parsing-db/
- Preserved AI evaluations from Gemini and Codex
- Academic paper potential confirmed by both AIs
- Self-parsing AST database approach validated

## Next Steps
- Continue monitoring ChatGPT5's LLVM improvements
- Consider creating separate nyash-llvm-compiler crate when LLVM layer is stable
- This will reduce build times by isolating LLVM dependencies

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-12 01:58:07 +09:00
..

Private Drafts Index

非公開ドラフト論文と付属アーティファクトの入口です。公開版は別リポnyash-lang/papersに集約予定です。

現在のドラフト:

  • 論文AMIR13/IR設計: docs/private/papers/paper-a-mir13-ir-design/
  • 論文BNyash言語と実行モデル: docs/private/papers/paper-b-nyash-execution-model/
  • 論文ELoopSignal IR 構想): docs/private/papers/paper-e-loop-signal-ir/

研究ノート/アーカイブ:

  • docs/research/ 配下の資料は docs/private/research/ に統合しました。
    • 教育向け Box 理論、JIT研究、GCデバッグ、arXiv用素案、提案集 など
    • 公開版は別リポnyash-lang/papersへ段階的に移管予定

備考:

  • 各論文配下に _artifacts/ を配置(再現スクリプト/結果CSV/環境情報)。
  • 旧パス(docs/papers/ 以下)は撤去しました。新規編集は本フォルダ配下で行ってください。
  • 計画メモは docs/private/papers/_planning/、参考資料は docs/private/papers/reference/ に集約しています。