-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Interpreter for witgen effects (#2301)
Implementation of an interpreter for jit witgen effects. Performance seems to be around 0.20x of the compiled jit code (poseidon benchmark). - Disabled by default, can be enabled setting `POWDR_JIT_INTERPRETER=1`. - Also introduces a way to disable JIT in general, with `POWDR_JIT_DISABLE=1`.
- Loading branch information
Showing
6 changed files
with
605 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.