• sgjesse@chromium.org's avatar
    ARM: Pass arguments to keyed store IC in registers · d25c36de
    sgjesse@chromium.org authored
    The calling convention for keyed store IC on ARM is changed to receive the arguments value, key and receiver in registers r0, r1 and r2 instead of on the stack. When calling keyed store IC with a virtual frame the arguments are passed through the virtual frame and consumed by the call.
    
    Changed the register usage in the IC code to postpone spilling the registers holding value, key and receiver to the stack until making  a call into the runtime system.
    
    Runs all the tests with: 
    
      --special-command="@ --nofull-compiler"
      --special-command="@ --always-full-compiler"
      --special-command="@ --noenable-vfp3"
    Review URL: http://codereview.chromium.org/2116003
    
    git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4668 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    d25c36de
codegen-arm.h 34 KB