[all-commits] [llvm/llvm-project] 166868: [MC] Reorder MCInst fields to make sizeof(MCInst) ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Nov 22 14:55:54 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1668685118cd509d85e5242fa5742bccb3a4aba7
https://github.com/llvm/llvm-project/commit/1668685118cd509d85e5242fa5742bccb3a4aba7
Author: Fangrui Song <maskray at google.com>
Date: 2019-11-22 (Fri, 22 Nov 2019)
Changed paths:
M llvm/include/llvm/MC/MCInst.h
Log Message:
-----------
[MC] Reorder MCInst fields to make sizeof(MCInst) smaller
sizeof(MCInst) is decreased from 168 to 160 on 64-bit systems.
More information about the All-commits
mailing list