You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
IPurityClassifier
s and emulation could allow for some default implementations.The text was updated successfully, but these errors were encountered: