omarandlorraine / strop

Stochastically generates machine code
MIT License
97 stars 1 forks source link

Idea for speeding up the bruteforce search #52

Closed omarandlorraine closed 4 weeks ago

omarandlorraine commented 9 months ago

A considerable speedup could come from identifying sequences of instructions that have other representations, and skipping these instruction sequences in the bruteforce search. Some examples:

It might be a good idea to have some automatically generated peephole optimizer that can notice this kind of thing and use this knowledge to cull the search space.