-
This issue #2043 covers de-optimizing math to clarify optimizations in the decompliation. There are a number of embedded architectures that lack certain arithmetic operations (eg. msp430 lacks multiplication and division). Is this a good solution for solving that as well or is there a better alternative? Compiler specific workflows to rewrite the IL? |
Beta Was this translation helpful? Give feedback.
Answered by
plafosse
Jul 18, 2023
Replies: 1 comment
-
Yes compiler/platform specific workflows would be the way we could handle these types of cases. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
plafosse
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes compiler/platform specific workflows would be the way we could handle these types of cases.