Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pulley: Implement the wide-arithmetic proposal #9944

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alexcrichton
Copy link
Member

Add a few minor instructions/lowerings for the new operations added as part of the wide-arithmetic proposal. These are all part of the "extended" opcode set since they shouldn't be common and if they're performance critical you probably want a native backend instead.

Add a few minor instructions/lowerings for the new operations added as
part of the wide-arithmetic proposal. These are all part of the
"extended" opcode set since they shouldn't be common and if they're
performance critical you probably want a native backend instead.
@alexcrichton alexcrichton requested review from a team as code owners January 7, 2025 21:36
@alexcrichton alexcrichton requested review from cfallin and dicej and removed request for a team January 7, 2025 21:36
@alexcrichton alexcrichton mentioned this pull request Jan 7, 2025
13 tasks
Copy link
Contributor

@dicej dicej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm new to Pulley and don't have much context for this, but LGTM. I'll leave it for someone with more experience to to approve.

@github-actions github-actions bot added cranelift Issues related to the Cranelift code generator cranelift:meta Everything related to the meta-language. pulley Issues related to the Pulley interpreter labels Jan 8, 2025
Copy link

github-actions bot commented Jan 8, 2025

Subscribe to Label Action

cc @fitzgen

This issue or pull request has been labeled: "cranelift", "cranelift:meta", "pulley"

Thus the following users have been cc'd because of the following labels:

  • fitzgen: pulley

To subscribe or unsubscribe from this label, edit the .github/subscribe-to-label.json configuration file.

Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cranelift:meta Everything related to the meta-language. cranelift Issues related to the Cranelift code generator pulley Issues related to the Pulley interpreter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants