DescriptionARM: Implement inline conversion of heap numbers to int32 values for bitoperations.
For bit operations, values are truncated and converted to the range -2^31 through 2^31 - 1. This patch provides inlined handling of this conversion for all heap numbers.
Before, we were calling runtime for every heap number that did not fit into a signed int32.
Patch Set 1 #Patch Set 2 : Fix bug. #
Total comments: 24
Patch Set 3 : Address comments. #
Total comments: 4
Patch Set 4 : Fixed text in source comments. #Messages
Total messages: 7 (0 generated)
|