[libcxx-commits] [libcxx] [libcxx] Configuration option to lower deque block size (PR #198348)

Prabhu Rajasekaran via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 10 10:55:07 PDT 2026


================
@@ -522,6 +522,15 @@ typedef __char32_t char32_t;
 
 #  define _PSTL_USE_NONTEMPORAL_STORES_IF_ALLOWED
 
+#  ifndef _LIBCPP_USE_LOWER_DEQUE_BLOCK_SIZE
+#    define _LIBCPP_USE_LOWER_DEQUE_BLOCK_SIZE 0
----------------
Prabhuk wrote:

This wasn't necessary as suggested. Removed it. We are not setting anything in __config file anymore as the sizes are hardcoded within deque file as suggested by the other review comment.

https://github.com/llvm/llvm-project/pull/198348


More information about the libcxx-commits mailing list