We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CassetteOverlay.jl is a newer package that does a subset of what Cassette does. In particular it only does the basic overdubbing.
To do it, it uses alternative method tables. Which seems a more robust feature than recursive rewriting of all instances of call in the lowered code.
call
I think switching over to CassetteOverlay would make this package more robust, and faster and would solve #13
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CassetteOverlay.jl is a newer package that does a subset of what Cassette does.
In particular it only does the basic overdubbing.
To do it, it uses alternative method tables.
Which seems a more robust feature than recursive rewriting of all instances of
call
in the lowered code.I think switching over to CassetteOverlay would make this package more robust, and faster and would solve #13
The text was updated successfully, but these errors were encountered: