DescriptionPass key and receiver in registers for keyed load IC on ARM
The calling convention for keyed load IC's on ARM now passes the key and receiver in registers r0 and r1.
The code path in the ARM full compiler for handling keyed property load now has the same structure as for ia32 where the keyed load IC is also called with key end receiver in registers.
This change have been tested with an exhaustive combinations of the flags
--special-command="@ --nofull-compiler"
--special-command="@ --always-full-compiler"
--special-command="@ --noenable-vfp3"
to the test runner.
Committed: http://code.google.com/p/v8/source/detail?r=4608
Patch Set 1 #Patch Set 2 : '' #
Total comments: 14
Patch Set 3 : '' #
Messages
Total messages: 3 (0 generated)
|