Description[turbofan] Fix HashCode/Equals for floating point operators.
Those floating point constant operators require bitwise handling of
their parameters, otherwise 0.0 equals -0.0. This is solved in a
general way by adding new base::bit_equal_to and base::bit_hash
function objects.
TEST=unittests
R=svenpanne@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=24450
Patch Set 1 #Patch Set 2 : Cleanup #
Total comments: 1
Patch Set 3 : Address offline comments. #
Messages
Total messages: 7 (2 generated)
|