Now that python has a jit it could use them (not saying it should) for speculative compilation
My understanding is that currently python can collect type data in test runs and use it to inform the jit during following executions
Now that python has a jit it could use them (not saying it should) for speculative compilation
My understanding is that currently python can collect type data in test runs and use it to inform the jit during following executions
> Now that python has a jit it could use them (not saying it should) for speculative compilation
I'd forgotten about that. Now that you mention it, my understanding is that this is actually the plan.