[PATCH] D25154: [libc++] Fix stack_allocator

Stephan T. Lavavej via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 7 15:16:34 PDT 2016


STL_MSFT accepted this revision.
STL_MSFT added a comment.
This revision is now accepted and ready to land.

Seems plausible to me. I haven't tested this against MSVC yet, but at most I expect to have minor issues with space consumption (as we allocate helper objects and sentinel nodes, so any exactly-sized buffers may run out of room). In any event the existing stuff is totally broken, so I have no objections to you checking this in. Thanks!


https://reviews.llvm.org/D25154





More information about the cfe-commits mailing list