org.jruby.compiler.ir.compiler_pass.opts
Class DeadCodeElimination

java.lang.Object
  extended by org.jruby.compiler.ir.compiler_pass.opts.DeadCodeElimination
All Implemented Interfaces:
CompilerPass

public class DeadCodeElimination
extends java.lang.Object
implements CompilerPass


Constructor Summary
DeadCodeElimination()
           
 
Method Summary
 boolean isPreOrder()
           
 void run(IRScope s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeadCodeElimination

public DeadCodeElimination()
Method Detail

isPreOrder

public boolean isPreOrder()
Specified by:
isPreOrder in interface CompilerPass

run

public void run(IRScope s)
Specified by:
run in interface CompilerPass


Copyright © 2002-2009 JRuby Team. All Rights Reserved.