pdb-decompiler icon indicating copy to clipboard operation
pdb-decompiler copied to clipboard

A better C++ AST

Open camden-smallwood opened this issue 3 years ago • 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.

camden-smallwood avatar Jan 08 '22 19:01 camden-smallwood