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

Reduce statically explained expressions. #25

Open
kekyo opened this issue Dec 11, 2017 · 1 comment
Open

Reduce statically explained expressions. #25

kekyo opened this issue Dec 11, 2017 · 1 comment

Comments

@kekyo
Copy link
Owner

kekyo commented Dec 11, 2017

No description provided.

@kekyo
Copy link
Owner Author

kekyo commented Dec 11, 2017

    __stack0_0 = 123;
    __stack1_0 = 456;
    __stack0_0 = Foo_Add(__stack0_0, __stack1_0);

Reduce expression at translation time:

    __stack0_0 = Foo_Add(123, 456);
  • We have to trace flow and identicate not contains branch opcodes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant