Dustmite for C++

Per Nordlöw per.nordlow at gmail.com
Thu Nov 28 17:27:50 UTC 2019


Is anybody aware of any code minimizers (like D's Dustmite) 
specifically designed for fast minimizing of C++ with precise and 
thereby also efficient removal heuristics agnostic to C++ syntax 
and perhaps also semantics.

I'm aware of that Dustmite, given infinite compute capacity, can 
minimize all languages if it's just fed the right compiler 
command. How much more efficient would Dustmite become if it, in 
the C++ case, was served a complete parse tree produced by Clang 
or GCC?


More information about the Digitalmars-d mailing list