DescriptionImplement truncated d-to-i as a stub on x86
- Added a general DoubleToIStub so that it's possible to extend to other platforms and non-truncating case.
- This version handles all cases of truncation (previous code deopted in some cases) and all source/destination register combinations without clobbering any temps.
R=yangguo@chromium.org
Committed: http://code.google.com/p/v8/source/detail?r=15645
Patch Set 1 #Patch Set 2 : Refinements #Patch Set 3 : Add tests #Patch Set 4 : Add .js tests #Patch Set 5 : Change CHECK to ASSERT #Patch Set 6 : Add missing USE #Patch Set 7 : Add support for all register combinations #
Total comments: 34
Patch Set 8 : Fixes #Patch Set 9 : Review feedback #Patch Set 10 : Merge with ToT #
Messages
Total messages: 5 (0 generated)
|