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
As a developer, you often need to toggle certain optimization passes using the following window on decompilation:
In addition to an optimization pass being on, the order they trigger also matters. This could be super useful if we could drag the click blocks up and down to affect the order. All that would need to change is how we pass optimization_passes kwarg to the Decompiler analysis.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Description
As a developer, you often need to toggle certain optimization passes using the following window on decompilation:
In addition to an optimization pass being on, the order they trigger also matters. This could be super useful if we could drag the click blocks up and down to affect the order. All that would need to change is how we pass
optimization_passes
kwarg to the Decompiler analysis.Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: