|
Quick Lists
|
|
Bug ID:
|
6511991
|
|
Votes
|
0
|
|
Synopsis
|
add support for real temporaries in adlc
|
|
Category
|
hotspot:compiler2
|
|
Reported Against
|
tiger
|
|
Release Fixed
|
hs10(b10),
6u4(b03) (Bug ID:2171904)
, 7(b10) (Bug ID:2176861)
|
|
State
|
10-Fix Delivered,
request for enhancement
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
4850334
,
6810855
|
|
Submit Date
|
11-JAN-2007
|
|
Description
|
Often when writing complex instruction definitions in an ad file temporary registers are needed for code generation. KILLs can be use in some cases but this requires having a fixed register for the temporary which overly constrains the regiser allocator resulting in more shuffling of registers than is really necessary. This is particularly noticeable in i486.ad.
Posted Date : 2007-01-11 03:41:15.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
TEMPs can be created by having Expand create new nodes to represent them.
Posted Date : 2007-02-14 17:33:36.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |