Top

AbstractCompiler クラス


AbstractCompiler

概要(Summary)

JITコンパイル処理を行うクラス(Compilerクラス)の基底クラス.

なお, このクラス自体は abstract class であり, 実際に使われるのは以下のサブクラス (See: here for details).

    ((cite: hotspot/src/share/vm/compiler/abstractCompiler.hpp))
    class AbstractCompiler : public CHeapObj {

詳細(Details)

See: here for details



This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.