GaloisInc / dismantle

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

[dismantle-arm-xml]: Template haskell for T32 is 4x the size of A32 #14

Closed danmatichuk closed 4 years ago

danmatichuk commented 4 years ago

It's unclear why the generated source for the T32 instruction set is so much larger than that of A32. Currently A32 generates an 84 MB source file, while T32 generates 348MB file, despite both having approximately the same number of instructions in total.