Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Combine SAVE_IP and SAVE_CURRENT_IP into a new uop #109214

Closed
@gvanrossum

Description

@gvanrossum

Seefaster-cpython/ideas#621 (comment):

Now, there's anexplicitSAVE_CURRENT_IP in some macros (before every_POP_FRAME and_PUSH_FRAME). That's because it also acts as a flag for the code generator, which, combined with the precedingSAVE_IP, makes it effectively save a pointer to thenext instruction (which is what's needed by the frame push/pop uops). But there's so much special-casing here that we might as well either introduce a new uop for the combined special effects or special-case_POP_FRAME and_PUSH_FRAME.

Also renameSAVE_IP toSET_IP (from thesame issue). [DONE]

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp