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

[0.8] Road to "Optimization" #10

Open
4 tasks
siejkowski opened this issue Jul 23, 2018 · 0 comments
Open
4 tasks

[0.8] Road to "Optimization" #10

siejkowski opened this issue Jul 23, 2018 · 0 comments

Comments

@siejkowski
Copy link
Collaborator

siejkowski commented Jul 23, 2018

This issue presents the roadmap for the version 0.8 of Sirius obfuscator tool.

Vision

The version 0.8 addresses the various performance issues that arose from choosing to implement obfuscation features in a most straightforward and naive way.

Scope (initial)

  • Use the move semantics in the compiler’s data structures (these are big structures!)
  • Change the structure of Symbols.json and Renames.json so that the symbol lookup would be easier
  • When beneficial, change the standard types and containers that we use from the std implementation to the LLVM implementation
  • Use custom structure(s) for symbols that allow for viewing them based on the desired uniqueness and iteration requirements. Right now we copy sets multiple times to get this behavior
@siejkowski siejkowski added this to the 0.8: Optimization milestone Jul 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant