Phase クラスのサブクラスの1つ.
レジスタ割り当て(Register Allocation)を行う Phase クラスの基底クラス.
なお, このクラス自体は abstract class であり, 実際に使われるのはサブクラス.
((cite: hotspot/src/share/vm/opto/regalloc.hpp))
//------------------------------PhaseRegAlloc------------------------------------
// Abstract register allocator
class PhaseRegAlloc : public Phase {
See: here for details
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.