src/share/vm/opto/chaitin.hpp

changeset 1040
98cb887364d3
parent 1001
91263420e1c6
child 1063
7bb995fbd3c0
     1.1 --- a/src/share/vm/opto/chaitin.hpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/opto/chaitin.hpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -327,7 +327,7 @@
     1.4    // True if lidx is used before any real register is def'd in the block
     1.5    bool prompt_use( Block *b, uint lidx );
     1.6    Node *get_spillcopy_wide( Node *def, Node *use, uint uidx );
     1.7 -  // Insert the spill at chosen location.  Skip over any interveneing Proj's or
     1.8 +  // Insert the spill at chosen location.  Skip over any intervening Proj's or
     1.9    // Phis.  Skip over a CatchNode and projs, inserting in the fall-through block
    1.10    // instead.  Update high-pressure indices.  Create a new live range.
    1.11    void insert_proj( Block *b, uint i, Node *spill, uint maxlrg );
    1.12 @@ -431,7 +431,7 @@
    1.13    void Simplify();
    1.14  
    1.15    // Select colors by re-inserting edges into the IFG.
    1.16 -  // Return TRUE if any spills occured.
    1.17 +  // Return TRUE if any spills occurred.
    1.18    uint Select( );
    1.19    // Helper function for select which allows biased coloring
    1.20    OptoReg::Name choose_color( LRG &lrg, int chunk );

mercurial