Change enum type in a static table to uint8_t instead. Saves about 700 hundred...
Change enum type in a static table to uint8_t instead. Saves about 700 hundred bytes of static data. Change unsigned char in same table to uint8_t for explicitness. llvm-svn: 164285
Loading
Please register or sign in to comment