Skip to content

Remove superinstructions #105229

Closed
Closed
@markshannon

Description

@markshannon

Superinstructions offer a small speedup, but their existence complicates things; mainly instrumentation, and specialization.
The tier2 optimizer is likely to be simpler without superinstructions.

This experiment shows that combining the most common superinstructions into single instructions can outperform superinstructions, rendering superinstructions pointless.

We have already removed almost all superinstructions in specialization. We should remove them altogether.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.13bugs and security fixesperformancePerformance or resource usage

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions