diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-08-25 12:49:47 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-08-25 12:49:47 +0100 |
commit | 6252300e93bcadab708667382925532dfb61c749 (patch) | |
tree | 9a031872b00f4ee10af7a954d8a2de4aa6d16d39 /compiler/codeGen | |
parent | 8413d83859ee0120e52bb1b3cd775b7344b52c76 (diff) | |
download | haskell-6252300e93bcadab708667382925532dfb61c749.tar.gz |
Convert a couple more macros to inline functions
This caused a couple of .o files to change size. I had a look at one,
and it seems to be caused by the difference in size of these two
instructions:
49 8b 5d 08 mov 0x8(%r13),%rbx
49 8b 5c 24 08 mov 0x8(%r12),%rbx
(with a few nops being added or removed later in the file, presumably
for alignment reasons).
Diffstat (limited to 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions