org.jruby.compiler
Class JITCompiler

java.lang.Object
  extended by org.jruby.compiler.JITCompiler

public class JITCompiler
extends java.lang.Object


Nested Class Summary
static class JITCompiler.JITClassGenerator
           
 
Field Summary
static boolean USE_CACHE
           
 
Constructor Summary
JITCompiler()
           
 
Method Summary
static void runJIT(DefaultMethod method, Ruby runtime, ThreadContext context, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USE_CACHE

public static final boolean USE_CACHE
See Also:
Constant Field Values
Constructor Detail

JITCompiler

public JITCompiler()
Method Detail

runJIT

public static void runJIT(DefaultMethod method,
                          Ruby runtime,
                          ThreadContext context,
                          java.lang.String name)


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