Commit Graph

1 Commits

Author SHA1 Message Date
ef4bc27c0b Add detailed refactoring instruction for Gemini - Phase 1 implementation
Content:
- Task 1.1: Create tiny_layout_box.h (Box for layout definitions)
- Task 1.2: Audit tiny_nextptr.h (eliminate direct arithmetic)
- Task 1.3: Ensure type consistency in hakmem_tiny.c
- Task 1.4: Test Phantom Types in Debug build

Goals:
- Centralize all layout/offset logic
- Enforce type safety at Box boundaries
- Prepare for future Phase 2 (Headerless layout)
- Maintain A/B testability

Each task includes:
- Detailed implementation instructions
- Checklist for verification
- Testing requirements
- Deliverables specification

🤖 Generated with Claude Code

Co-Authored-By: Gemini <gemini@example.com>
Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 11:20:59 +09:00