Skip to content

Change DEOPT_IF macro not to need the opcode name #109979

@gvanrossum

Description

@gvanrossum

The DEOPT_IF macro currently takes a condition and the name of the unspecialized instruction. This causes some duplication of guards (when the same guard could be reused by different instruction families), and is quite unnecessary, since the code generator can easily fill in the correct instruction.

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