关于
This skill provides a systematic framework for troubleshooting the complex OCaml multicore runtime and its shared heap implementation. It guides developers through the multi-stage OCaml bootstrap process, offering specialized diagnostic workflows for analyzing segmentation faults, interpreting memory headers, and verifying pointer arithmetic in low-level C code. By focusing on critical areas like pool sweeping and run-length compression, the skill ensures that fixes are both robust and verified through rigorous testing strategies including GDB analysis and memory sanitization.