DescriptionFix DoDeferredNumberTagU to keep the value in xmm1 instead of xmm0 on x64.
xmm0 is not saved across runtime call on x64 because MacroAssembler::EnterExitFrameEpilogue preserves only allocatable XMM registers unlike on ia32 where it preserves all registers.
Cleanup handling of shifts: SHR can deoptimize only when its a shift by 0, all other shift never deoptimize.
Fix type inference for i-to-t change instruction. On X64 this ensures that write-barrier is generated correctly.
R=danno@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=12373
Patch Set 1 #Patch Set 2 : Cleanup handling of shifts #Patch Set 3 : Fix inferred type for i-to-t change on x64 #Patch Set 4 : expose gc #
Messages
Total messages: 4 (0 generated)
|