summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/arm/ArmRallocUtil.cc
diff options
context:
space:
mode:
author buzbee <buzbee@google.com> 2011-09-03 11:25:10 -0700
committer buzbee <buzbee@google.com> 2011-09-03 20:31:41 -0700
commit4a3164faefd255b1c1e911e7ad7c3d57749caaf6 (patch)
treef9594eb97a19358ba3ba5b050c61c5234214ba3d /src/compiler/codegen/arm/ArmRallocUtil.cc
parent9baa4aefc370f48774b6104680193d9a7e4fb631 (diff)
Codegen for invoke-super, invoke-interface
Completed fast & slow paths for invoke-super and the single path for invoke-interface. Added test for invoke-super, but invoke-interface is untested (needs runtime-support routines to be fleshed out). Some trickiness in the invoke-interface code-generation. Because they are going to be glacially slow anyway, inline code has been minimized and all interesting work pushed off to TODO runtime support routines. However, we can't simultaneously pass the arguments needed by the final destination and the arguments needed by the runtime lookup helpers. So, I've added a trampoline to save the target args, load the args needed by the helpers, call the lookup routines, restore the final target arguments and continue on the journey. More detailed comments in the code. Change-Id: Ice2343798a91a37da982811fd1c6384f584a3c0b
Diffstat (limited to 'src/compiler/codegen/arm/ArmRallocUtil.cc')
0 files changed, 0 insertions, 0 deletions