ASSERT-KTH / slumps

Cool code analysis research for WebAssembly
https://kth.github.io/slumps/
66 stars 11 forks source link

Souper-CROW improvements #68

Open Jacarte opened 4 years ago

Jacarte commented 4 years ago

The communication between Souper and CROW can be improved.

DONE in #67:

TODO:

Jacarte commented 4 years ago

For muladd, with one minute for the exploration stage, CROW finds a total number of (15 + 23 + 9 + 6 + 12 + 5) valid replacements, for a tentative number of 2096640 variants. With one minute in the generation stage (34 programs generated every second), CROW builds 2081 variants, 9 unique for muladd in less than 1 minute!

monperrus commented 4 years ago

Nice!