Skip to content

Start tracing at JUMP_BACKWARD_NO_INTERRUPT #146074

@markshannon

Description

@markshannon

Feature or enhancement

Proposal:

We have just added the ability to start tracing at the beginning of functions.
That still leaves yield from and await loops to be run in the interpreter without jitting.
By starting tracing at JUMP_BACKWARD_NO_INTERRUPT we fill that gap.

Before we can do that, there are two problems we need to fix:

Once those are fixed, this should give us good jit coverage without degrading the quality of the traces.

Has this already been discussed elsewhere?

This is a minor feature, which does not need previous discussion elsewhere

Metadata

Metadata

Assignees

No one assigned

    Labels

    interpreter-core(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions