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

Create framework for optimizing instructions #54

Open
holly-hacker opened this issue Aug 27, 2020 · 0 comments
Open

Create framework for optimizing instructions #54

holly-hacker opened this issue Aug 27, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@holly-hacker
Copy link
Contributor

One use-case for Echo is optimizing instructions (eg. inserted junk code) or replacing function calls with their expected result (eg. string encryption methods in .NET). Having something like a visitor pattern that allows the user to decide whether to inline a node on a data flow graph would be very useful for this. IPurityClassifiers and emulation could allow for some default implementations.

@zsr2531 zsr2531 added ast Issues related to the AST enhancement New feature or request and removed ast Issues related to the AST labels Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants