comparison graal/GraalCompiler/src/com/sun/c1x/C1XCompilation.java @ 2809:b003ea36fa12

Add block structure to ideal graph visualizer
author Gilles Duboscq <gilles.duboscq@oracle.com>
date Mon, 30 May 2011 14:55:09 +0200
parents beea26b73b3f
children ac4b086cbd72 bd17ac598c6e
comparison
equal deleted inserted replaced
2808:189ffb7d1d84 2809:b003ea36fa12
280 if (assumptions.count() > 0) { 280 if (assumptions.count() > 0) {
281 targetMethod.setAssumptions(assumptions); 281 targetMethod.setAssumptions(assumptions);
282 } 282 }
283 283
284 if (compiler.isObserved()) { 284 if (compiler.isObserved()) {
285 compiler.fireCompilationEvent(new CompilationEvent(this, "After code generation", hir.getHIRStartBlock(), false, true, targetMethod)); 285 compiler.fireCompilationEvent(new CompilationEvent(this, "After code generation", graph, false, true, targetMethod));
286 } 286 }
287 287
288 if (C1XOptions.PrintTimers) { 288 if (C1XOptions.PrintTimers) {
289 C1XTimers.CODE_CREATE.stop(); 289 C1XTimers.CODE_CREATE.stop();
290 } 290 }