Top

PhaseRegAlloc クラス


PhaseRegAlloc

概要(Summary)

Phase クラスのサブクラスの1つ.

レジスタ割り当て(Register Allocation)を行う Phase クラスの基底クラス.

なお, このクラス自体は abstract class であり, 実際に使われるのはサブクラス.

    ((cite: hotspot/src/share/vm/opto/regalloc.hpp))
    //------------------------------PhaseRegAlloc------------------------------------
    // Abstract register allocator
    class PhaseRegAlloc : public Phase {

詳細(Details)

See: here for details



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