src/cpu/mips/vm/globals_mips.hpp

changeset 8019
3fb3ceb7398f
parent 7994
04ff2f6cd0eb
child 9155
30adb9fd9663
     1.1 --- a/src/cpu/mips/vm/globals_mips.hpp	Thu Dec 07 16:21:29 2017 +0800
     1.2 +++ b/src/cpu/mips/vm/globals_mips.hpp	Tue Dec 12 10:30:27 2017 +0800
     1.3 @@ -96,10 +96,11 @@
     1.4    product(bool, UseCodeCacheAllocOpt, true,                                 \
     1.5                  "Allocate code cache within 32-bit memory address space")   \
     1.6                                                                              \
     1.7 -  product(intx, UseSyncLevel, 1000,                                         \
     1.8 +  product(intx, UseSyncLevel, 3000,                                         \
     1.9                  "The sync level on Loongson CPUs"                           \
    1.10 -                "for GS464E, UseSyncLevel >= 2000"                          \
    1.11 -                "others, UseSyncLevel <= 1000")                             \
    1.12 +                "default: for all Loongson CPUs, UseSyncLevel == 3000, "    \
    1.13 +                "for GS464E, UseSyncLevel == 2000"                          \
    1.14 +                "for GS464, UseSyncLevel == 1000")                          \
    1.15                                                                              \
    1.16    develop(bool, UseBoundCheckInstruction, false,                            \
    1.17                  "Use bound check instruction")                              \

mercurial