Files
hakmem/hakmem_pool.d
Moe Charm (CI) acc64f2438 Phase ML1: Pool v1 memset 89.73% overhead 軽量化 (+15.34% improvement)
## Summary
- ChatGPT により bench_profile.h の setenv segfault を修正(RTLD_NEXT 経由に切り替え)
- core/box/pool_zero_mode_box.h 新設:ENV キャッシュ経由で ZERO_MODE を統一管理
- core/hakmem_pool.c で zero mode に応じた memset 制御(FULL/header/off)
- A/B テスト結果:ZERO_MODE=header で +15.34% improvement(1M iterations, C6-heavy)

## Files Modified
- core/box/pool_api.inc.h: pool_zero_mode_box.h include
- core/bench_profile.h: glibc setenv → malloc+putenv(segfault 回避)
- core/hakmem_pool.c: zero mode 参照・制御ロジック
- core/box/pool_zero_mode_box.h (新設): enum/getter
- CURRENT_TASK.md: Phase ML1 結果記載

## Test Results
| Iterations | ZERO_MODE=full | ZERO_MODE=header | Improvement |
|-----------|----------------|-----------------|------------|
| 10K       | 3.06 M ops/s   | 3.17 M ops/s    | +3.65%     |
| 1M        | 23.71 M ops/s  | 27.34 M ops/s   | **+15.34%** |

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

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2025-12-10 09:08:18 +09:00

52 lines
1.9 KiB
Makefile

hakmem_pool.o: core/hakmem_pool.c core/hakmem_pool.h \
core/box/hak_lane_classify.inc.h core/hakmem_config.h \
core/hakmem_features.h core/hakmem_internal.h core/hakmem.h \
core/hakmem_build_flags.h core/hakmem_sys.h core/hakmem_whale.h \
core/box/ptr_type_box.h core/box/pool_hotbox_v2_header_box.h \
core/hakmem_syscall.h core/box/pool_hotbox_v2_box.h core/hakmem_pool.h \
core/box/pool_zero_mode_box.h core/box/../hakmem_env_cache.h \
core/hakmem_prof.h core/hakmem_policy.h core/hakmem_debug.h \
core/box/pool_tls_types.inc.h core/box/pool_mid_desc.inc.h \
core/box/pool_mid_tc.inc.h core/box/pool_mf2_types.inc.h \
core/box/pool_mf2_helpers.inc.h core/box/pool_mf2_adoption.inc.h \
core/box/pool_tls_core.inc.h core/box/pool_refill.inc.h \
core/box/pool_init_api.inc.h core/box/pool_stats.inc.h \
core/box/pool_api.inc.h core/box/pagefault_telemetry_box.h \
core/box/pool_hotbox_v2_box.h core/box/tiny_heap_env_box.h \
core/box/c7_hotpath_env_box.h core/box/pool_zero_mode_box.h
core/hakmem_pool.h:
core/box/hak_lane_classify.inc.h:
core/hakmem_config.h:
core/hakmem_features.h:
core/hakmem_internal.h:
core/hakmem.h:
core/hakmem_build_flags.h:
core/hakmem_sys.h:
core/hakmem_whale.h:
core/box/ptr_type_box.h:
core/box/pool_hotbox_v2_header_box.h:
core/hakmem_syscall.h:
core/box/pool_hotbox_v2_box.h:
core/hakmem_pool.h:
core/box/pool_zero_mode_box.h:
core/box/../hakmem_env_cache.h:
core/hakmem_prof.h:
core/hakmem_policy.h:
core/hakmem_debug.h:
core/box/pool_tls_types.inc.h:
core/box/pool_mid_desc.inc.h:
core/box/pool_mid_tc.inc.h:
core/box/pool_mf2_types.inc.h:
core/box/pool_mf2_helpers.inc.h:
core/box/pool_mf2_adoption.inc.h:
core/box/pool_tls_core.inc.h:
core/box/pool_refill.inc.h:
core/box/pool_init_api.inc.h:
core/box/pool_stats.inc.h:
core/box/pool_api.inc.h:
core/box/pagefault_telemetry_box.h:
core/box/pool_hotbox_v2_box.h:
core/box/tiny_heap_env_box.h:
core/box/c7_hotpath_env_box.h:
core/box/pool_zero_mode_box.h: