comparison graal/GraalCompiler/src/com/sun/c1x/alloc/LinearScan.java @ 2565:cc1f1d396288

Remove inlining (3rd part)
author Gilles Duboscq <gilles.duboscq@oracle.com>
date Fri, 29 Apr 2011 16:46:30 +0200
parents 274360f98f97
children 4dd0573f510b
comparison
equal deleted inserted replaced
2564:274360f98f97 2565:cc1f1d396288
2107 values[valueIndex++] = toCiValue(opId, lock); 2107 values[valueIndex++] = toCiValue(opId, lock);
2108 } 2108 }
2109 } 2109 }
2110 } 2110 }
2111 2111
2112 return new CiFrame(null, state.method, state.bci, values, state.localsSize(), state.stackSize(), state.locksSize()); 2112 return new CiFrame(null, ir.compilation.method, state.bci, values, state.localsSize(), state.stackSize(), state.locksSize());
2113 } 2113 }
2114 2114
2115 private void computeDebugInfo(IntervalWalker iw, LIRInstruction op) { 2115 private void computeDebugInfo(IntervalWalker iw, LIRInstruction op) {
2116 assert iw != null : "interval walker needed for debug information"; 2116 assert iw != null : "interval walker needed for debug information";
2117 computeDebugInfo(iw, op, op.info); 2117 computeDebugInfo(iw, op, op.info);