comparison graal/com.oracle.graal.api.meta/src/com/oracle/graal/api/meta/NamedLocationIdentity.java @ 19997:58f2aad37d0e

Further improvements to IGV. Make displayed names of nodes shorter.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 23 Mar 2015 00:26:37 +0100
parents 88e8fe50ccac
children f9024b74dd9e
comparison
equal deleted inserted replaced
19996:486cba140d2b 19997:58f2aad37d0e
86 return id; 86 return id;
87 } 87 }
88 88
89 @Override 89 @Override
90 public String toString() { 90 public String toString() {
91 return name + (isImmutable() ? ":immutable" : ":mutable"); 91 return name + (isImmutable() ? ":final" : "");
92 } 92 }
93 93
94 /** 94 /**
95 * Returns the named location identity for an array of the given element kind. Array accesses of 95 * Returns the named location identity for an array of the given element kind. Array accesses of
96 * the same kind must have the same location identity unless an alias analysis guarantees that 96 * the same kind must have the same location identity unless an alias analysis guarantees that