|
Quick Lists
|
|
Bug ID:
|
6667588
|
|
Votes
|
0
|
|
Synopsis
|
Don't generate duplicated CMP for float/double values
|
|
Category
|
hotspot:compiler2
|
|
Reported Against
|
|
|
Release Fixed
|
hs12(b02)
|
|
State
|
10-Fix Delivered,
request for enhancement
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
|
|
Submit Date
|
26-FEB-2008
|
|
Description
|
C2 has optimization which replaces diamond graphs with CMove
(method PhaseIdealLoop::conditional_move()).
Each CMove instruction has own Cmp instruction to produce condition flags.
But float/double Cmp is expensive and it would be better to use a diamond graph
if we have more then one move.
Posted Date : 2008-02-26 00:29:13.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
See description.
Posted Date : 2008-03-03 17:17:11.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |