equal
deleted
inserted
replaced
672 "Control whether AES instructions can be used on x86/x64") \ |
672 "Control whether AES instructions can be used on x86/x64") \ |
673 \ |
673 \ |
674 product(bool, UseSHA, false, \ |
674 product(bool, UseSHA, false, \ |
675 "Control whether SHA instructions can be used on SPARC") \ |
675 "Control whether SHA instructions can be used on SPARC") \ |
676 \ |
676 \ |
|
677 product(bool, UseGHASHIntrinsics, false, \ |
|
678 "Use intrinsics for GHASH versions of crypto") \ |
|
679 \ |
677 product(size_t, LargePageSizeInBytes, 0, \ |
680 product(size_t, LargePageSizeInBytes, 0, \ |
678 "Large page size (0 to let VM choose the page size)") \ |
681 "Large page size (0 to let VM choose the page size)") \ |
679 \ |
682 \ |
680 product(size_t, LargePageHeapSizeThreshold, 128*M, \ |
683 product(size_t, LargePageHeapSizeThreshold, 128*M, \ |
681 "Use large pages if maximum heap is at least this big") \ |
684 "Use large pages if maximum heap is at least this big") \ |