camden-smallwood/pdb-decompiler

A better C++ AST

camden-smallwood opened this issue · 0 comments

The current C++ AST (if you can even call it that) is extremely non-optimal. It would be ideal to leave the PDB data in place for as long as possible before converting to the C++ AST in order to alleviate in duplicate code elimination, among other things.