This is a placeholder for a description of Experiment C (see https://github.com/faster-cpython/ideas/issues/32#issuecomment-878517764) - borrows ideas from (#64): delay hydrating code objects until called, keep PYC file in memory - but dehydration just calls back into marshal - this might be less code changes compared to Experiment A, and doesn't need as many new opcodes