10BC0 Eliminate boolean and `None` guards for constants · Issue #115819 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Eliminate boolean and None guards for constants #115819

@markshannon

Description

@markshannon

Eliminate the following guard ops if the input is constant:

  • _GUARD_IS_TRUE_POP
  • _GUARD_IS_FALSE_POP
  • _GUARD_IS_NONE_POP
  • _GUARD_IS_NOT_NONE_POP

Linked PRs

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0