comparison src/cpu/x86/vm/globals_x86.hpp @ 7482:989155e2d07a

Merge with hs25-b15.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 16 Jan 2013 01:34:24 +0100
parents 00af3a3a8df4
children 12f651e29f6b
comparison
equal deleted inserted replaced
7381:6761a8f854a4 7482:989155e2d07a
118 "Use SSE2 CVTDQ2PS instruction to convert Integer to Float") \ 118 "Use SSE2 CVTDQ2PS instruction to convert Integer to Float") \
119 \ 119 \
120 product(bool, UseUnalignedLoadStores, false, \ 120 product(bool, UseUnalignedLoadStores, false, \
121 "Use SSE2 MOVDQU instruction for Arraycopy") \ 121 "Use SSE2 MOVDQU instruction for Arraycopy") \
122 \ 122 \
123 product(bool, UseFastStosb, false, \
124 "Use fast-string operation for zeroing: rep stosb") \
125 \
123 /* assembler */ \ 126 /* assembler */ \
124 product(bool, Use486InstrsOnly, false, \ 127 product(bool, Use486InstrsOnly, false, \
125 "Use 80486 Compliant instruction subset") \ 128 "Use 80486 Compliant instruction subset") \
126 \ 129 \
127 product(bool, UseCountLeadingZerosInstruction, false, \ 130 product(bool, UseCountLeadingZerosInstruction, false, \