comparison src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp @ 1365:6476042f815c

6940701: Don't align loops in stubs for Niagara sparc Summary: Don't align loops in stubs for Niagara sparc since NOPs are expensive. Reviewed-by: twisti, never
author kvn
date Wed, 07 Apr 2010 09:37:47 -0700
parents fc2c71045ada
children 0a43776437b6
comparison
equal deleted inserted replaced
1364:0dc88ad3244e 1365:6476042f815c
2847 } 2847 }
2848 } 2848 }
2849 2849
2850 2850
2851 void LIR_Assembler::align_backward_branch_target() { 2851 void LIR_Assembler::align_backward_branch_target() {
2852 __ align(16); 2852 __ align(OptoLoopAlignment);
2853 } 2853 }
2854 2854
2855 2855
2856 void LIR_Assembler::emit_delay(LIR_OpDelay* op) { 2856 void LIR_Assembler::emit_delay(LIR_OpDelay* op) {
2857 // make sure we are expecting a delay 2857 // make sure we are expecting a delay