Add phase timing instrumentation (unmarshal/read_impl/compile)
Emit ODOC_PHASE_TIME lines on stderr when ODOC_GC_STATS=1 is set,
breaking down the compile command into unmarshal (Cmt_format.read_cmt),
read_impl (Cmt.read_implementation), and compile (Xref2.Compile)
phases. Useful for identifying which phase dominates on large files.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>