RFR (XS): 8022993: Convert MAX_UNROLL constant to LoopMaxUnroll C2 flag

Christian Thalinger christian.thalinger at oracle.com
Thu Aug 15 12:13:34 PDT 2013


I know you've already pushed this but what is the purpose of having a flag for this?  When do we change it?

-- Chris

On Aug 13, 2013, at 5:07 PM, Vladimir Kozlov <vladimir.kozlov at oracle.com> wrote:

> http://cr.openjdk.java.net/~kvn/8022993/webrev/
> 
> C2 has loop max unroll limit hard coded. It limits size of vectors (byte vectors) which are used in AVX instructions.
> Replace MAX_UNROLL constant with new C2 LoopMaxUnroll flag.
> 
> Thanks,
> Vladimir
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 



More information about the hotspot-compiler-dev mailing list