Add more indirection to the disassembler tables to reduce amount of space used...
Add more indirection to the disassembler tables to reduce amount of space used to store the operand types and encodings. Store only the unique combinations in a separate table and store indices in the instruction table. Saves about 32K of static data. llvm-svn: 161101
Loading
Please register or sign in to comment