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

Refactoring of small-mutation #86

Open
tmptrash opened this issue Dec 13, 2017 · 0 comments
Open

Refactoring of small-mutation #86

tmptrash opened this issue Dec 13, 2017 · 0 comments
Assignees
Labels

Comments

@tmptrash
Copy link
Owner

Сейчас small-mutation - это функция состоящая из трех частей. Может смутировать оператор, переменная и т.д. Нужно это все свести к изменению битов в 32битном числе. Для этого нужно:

  • уменьшить кол-во бит выделяемое под оператор с 8 до скажем 5 (32). лучше до 4 (16)
  • упростить Mutator._onSmallChange()
@tmptrash tmptrash added this to the v0.2.2 DOS improvements milestone Dec 13, 2017
@tmptrash tmptrash self-assigned this Dec 13, 2017
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