gh-100227: Only Use deepfreeze for the Main Interpreter (gh-103794)
Deep-frozen code objects are cannot be shared (currently) by interpreters, due to how adaptive specialization can modify the bytecodes. We work around this by only using the deep-frozen objects in the main interpreter. This does incur a performance penalty for subinterpreters, which we may be able to resolve later.
E
Eric Snow committed
19e4f757de8c7cf2b4b9b4cbb32e376d0e50d2d4
Parent: ae25855
Committed by GitHub <noreply@github.com>
on 4/24/2023, 9:48:05 PM