git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec79866
)
KVM: x86: minor size optimization
author
Mathias Krause
<minipli@googlemail.com>
Wed, 29 Aug 2012 23:30:13 +0000
(
01:30
+0200)
committer
Avi Kivity
<avi@redhat.com>
Wed, 5 Sep 2012 09:41:09 +0000
(12:41 +0300)
Some fields can be constified and/or made static to reduce code and data
size.
Numbers for a 32 bit build:
text data bss dec hex filename
before: 3351 80 0 3431 d67 cpuid.o
after: 3391 0 0 3391 d3f cpuid.o
Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found