summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver_test.cc
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-01-08 14:52:29 +0000
committerNicolas Geoffray <ngeoffray@google.com>2015-01-12 14:08:55 +0000
commit425f239c291d435f519a1cf4bdd9ccc9a2c0c070 (patch)
tree6c4ec2cef8fd0caf45712191bcbc5d72ed0d318b /compiler/driver/compiler_driver_test.cc
parent11adb76fbc2dc3d8cbb6665945ff5d6733e2a8e6 (diff)
Fix handling of long argument spanning register/memory.
Comment in arm_lir.h says: * If a 64-bit argument would span the register/memory argument * boundary, it will instead be fully passed in the frame. This change implements such logic for all platforms. We still need to pass the low part in register as well because I haven't ported the jni compilers (x86 and mips) to it. Once the jni compilers are updated, we can remove the register assignment. Note that this greatly simplifies optimizing's register allocator by not having to understand a long spanning register and memory. Change-Id: I59706ca5d47269fc46e5489ac99bd6576e87e7f3
Diffstat (limited to 'compiler/driver/compiler_driver_test.cc')
0 files changed, 0 insertions, 0 deletions