GaloisInc / dismantle

A library of assemblers and disassemblers derived from LLVM TableGen data
24 stars 5 forks source link

Reduce memory use a bit #19

Closed travitch closed 4 years ago

travitch commented 4 years ago

Use unpacked structures and have GHC not optimize the huge modules. This does save some memory, but not a huge amount. This is just fiddling with constant factors at this point.