[libcxx-commits] [libcxx] [libc++] Add an ABI setting to harden unique_ptr<T[]>::operator[] (PR #91798)

via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 10 14:11:38 PDT 2024


EricWF wrote:

A couple of things I would like us to investigate:

1. Can we stash the size before the the array we allocate?
2. What effect does this have on unique_ptr being passed in registers?



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


More information about the libcxx-commits mailing list