[llvm-commits] [llvm] r150170 - in /llvm/trunk: include/llvm/MC/MCInstrDesc.h utils/TableGen/InstrInfoEmitter.cpp

Chris Lattner clattner at apple.com
Thu Feb 9 10:57:49 PST 2012


On Feb 9, 2012, at 3:25 AM, Benjamin Kramer wrote:

> Author: d0k
> Date: Thu Feb  9 05:25:09 2012
> New Revision: 150170
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=150170&view=rev
> Log:
> Move the Name field in MCInstrDesc to the end, saving 8 bytes of padding per entry on x86_64.


Nice :)  This simple fix cut 22K off ARMMCTargetDesc.o and 35K off X86MCTargetDesc.o! :)

-Chris




More information about the llvm-commits mailing list