Request for reviews (XL): 7119644: Increase superword's vector size up to 256 bits

Roland Westrelin roland.westrelin at oracle.com
Mon Jun 11 07:06:13 PDT 2012


AFAICT this is ok.

In formsopt.cpp:
 68   // Stack slots start at the next available even register number.
 69   _reg_ctr = (_reg_ctr+7) & ~7;

The comment is no longer correct.

Roland.


More information about the hotspot-compiler-dev mailing list