|
|
dda65b94b7
|
Phase 21.7 normalization: optimization pre-work + bench harness expansion
- Add opt-in optimizations (defaults OFF)
- Ret purity verifier: NYASH_VERIFY_RET_PURITY=1
- strlen FAST enhancement for const handles
- FAST_INT gate for same-BB SSA optimization
- length cache for string literals in llvmlite
- Expand bench harness (tools/perf/microbench.sh)
- Add branch/call/stringchain/arraymap/chip8/kilo cases
- Auto-calculate ratio vs C reference
- Document in benchmarks/README.md
- Compiler health improvements
- Unify PHI insertion to insert_phi_at_head()
- Add NYASH_LLVM_SKIP_BUILD=1 for build reuse
- Runtime & safety enhancements
- Clarify Rust/Hako ownership boundaries
- Strengthen receiver localization (LocalSSA/pin/after-PHIs)
- Stop excessive PluginInvoke→BoxCall rewrites
- Update CURRENT_TASK.md, docs, and canaries
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-11-13 16:40:58 +09:00 |
|
|
|
149ec61d4d
|
refactor(builder): extract call annotation module (Phase 3 complete!)
Split builder_calls.rs (1041→973 lines, -68 lines, -6.5%)
Changes:
- Created calls/annotation.rs (82 lines)
- Extracted annotate_call_result_from_func_name function
- Handles call result type annotation
- Specialized logic for JsonParser/JsonToken/JsonTokenizer
- Updated calls/mod.rs to declare new module
- Updated builder_calls.rs to redirect to new module
- Build verified: 0 errors, 85 warnings
Phase 1-3 Complete Summary:
- Phase 1: Legacy deletion (2,997 lines)
- Phase 2: handlers/boxes.rs split (686 lines)
- boxes_object_fields.rs (360 lines)
- boxes_instance.rs (151 lines)
- boxes_plugin.rs (175 lines)
- Phase 3: builder/builder_calls.rs split (68 lines)
- calls/annotation.rs (82 lines)
Total reduction: 3,751 lines deleted across 3 phases
Ultrathink Strategy Success:
- Focused on clear, low-risk refactorings
- Sequential execution minimized errors
- Modular organization improved maintainability
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-11-01 12:50:18 +09:00 |
|