Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

chore!: replace black_box_function_supported with supports_opcode #154

Closed
wants to merge 6 commits into from

Conversation

guipublic
Copy link
Collaborator

This PR allows the backend to indicate which opcode they support.
For instance we could have a TP backend which supports ROM opcode and not the RAM opcode.

@TomAFrench
Copy link
Member

For context on this, we'll also need to modify the isOpcodeSupported type so that this will be usable in acvm::compile due to one of the issues in noir-lang/acvm#183

These changes need to be made in ACVM so does't affect this PR directly.

@TomAFrench
Copy link
Member

This needs to have it's base changed to the ACVM 0.12.0 branch.

@TomAFrench TomAFrench changed the title chore!: replace blackbox_supported with opcode_supported chore!: replace blackbox_supported with supports_opcode May 16, 2023
@TomAFrench TomAFrench changed the title chore!: replace blackbox_supported with supports_opcode chore!: replace black_box_function_supported with supports_opcode May 16, 2023
@TomAFrench TomAFrench closed this May 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants